All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@git.madduck.net.
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
3 send2-hook . 'reset sendmail'
4 send2-hook '~L notyet' "set sendmail='~/.mutt/error 1 I will not send this draft yet!'"
6 send2-hook '~C @packages\.qa\.debian\.org' 'my_hdr X-PTS-Approved: please'
8 fcc-hook -request@ '=discard'
9 send-hook '~s "Re: confirm" ~t -request@' 'unset crypt_autosign'
11 # do not set M-F-T on mails to the git mailing list
12 send2-hook . 'set followup_to'
13 send2-hook '~C git@vger\.kernel\.org' 'unset followup_to'
15 send2-hook '~C @members\.ebay\.com' 'set envelope_from'
17 # do a <group-reply> for L when sending to the git mailing list
18 # http://marc.info/?l=mutt-users&m=118734866910357&w=2
19 #message-hook . 'bind pager L list-reply'
20 #message-hook '~C git@vger\.kernel\.org' 'bind pager L group-reply'
21 #macro index L '<enter>L'
22 # NOTE: using M-F-T from procmail for now
24 # do not get spam status via imap, as it would download the entire message
25 folder-hook . 'set index_format="%4C %Z %{%b %d} %-15.15F %4c %?H?[%H] ?%s"'
26 folder-hook imaps?:// 'set index_format="%4C %Z %{%b %d} %-15.15F %4c %s"'
28 folder-hook spam push '<tag-pattern>~O<enter><tag-prefix><set-flag>n<tag-prefix><clear-flag>*<limit>~N<enter><sort-mailbox>p<first-entry>'
30 folder-hook . 'set pager_index_lines=5'
31 folder-hook feeds|mass 'set pager_index_lines=10'
33 folder-hook store push '<tag-pattern>~O|~N<enter><tag-prefix><clear-flag>n<tag-prefix><clear-flag>*<last-entry>'
35 # since I have delete=yes, messages marked for trashing on mailbox entry must
36 # be due to IMAP clients or the like not purging them. I found that some
37 # clients automatically trash read mail from the INBOX, for *whatever* reason.
38 # I have not found the authors of those clients yet. In the mean time, since
39 # messages are not expected to be marked for deletion on mailbox entry, the
40 # following ensures that I lose no more mail.
41 folder-hook . push '<undelete-pattern>~D<enter>'