X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=hooks;fp=hooks;h=0000000000000000000000000000000000000000;hb=dd7bef18199b0a6e84da795aa5f1c9e7379bdce7;hp=83728ae5b29ad1c2e64ac31d10951039166c5393;hpb=f9c0fd5e731110521eb5444eb9ef84efb9dab718;p=mutt.git diff --git a/hooks b/hooks deleted file mode 100644 index 83728ae..0000000 --- a/hooks +++ /dev/null @@ -1,9 +0,0 @@ -# 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)"'