# Settings used only when the sidebar is NOT visible. unset sidebar_visible unset mail_check_stats # The "33" is a magic number, totaling the number of characters in the # non-subject/author fields. # # We need a special rule for the "Sent" folder so it shows the "To" # address instead of the "From" address. # folder-hook .*[sS]ent.* 'set my_col_from = `echo $((30 * ($(tput cols)-33) / 100))`; set my_col_subject = `echo $((70 * ($(tput cols)-33) / 100))`; set index_format="%D | %Z %-$my_col_from.${my_col_from}t %-$my_col_subject.${my_col_subject}s (%-4.4c)"' folder-hook ! .*[sS]ent.* 'set my_col_from = `echo $((30 * ($(tput cols)-33) / 100))`; set my_col_subject = `echo $((70 * ($(tput cols)-33) / 100))`; set index_format="%D | %Z %-$my_col_from.${my_col_from}F %-$my_col_subject.${my_col_subject}s (%-4.4c)"' # This overrides the macro in "sidebar", so that Alt-s toggles the # sidebar on and off by loading the (no-)sidebar config file in # succession. The final "change-folder" command reloads the current # folder, to ensure that the hook gets run to resize things. macro index "\es" "source ~/.mutt/sidebar ="