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 send-hook . 'set record==store'
4 send-hook '~f phd(\\+.+)?@martin-krafft\\.net' 'set record==phd'
6 #send-hook '~C @bugs\.debian\.org' 'my_hdr X-Debbugs-No-Ack: please spare me'
7 send-hook '~C @packages\.qa\.debian\.org' 'my_hdr X-PTS-Approved: please'
8 #send-hook '~C -request@' 'my_hdr X-Record: discard'
10 send-hook '~C @staffmail\.ul\.ie' 'unset crypt_autosign'
11 send-hook '~L @sudetia\.ie' 'unset crypt_autosign'
13 fcc-hook -request@ '=discard'
14 send-hook '~s "Re: confirm" ~t -request@' 'unset crypt_autosign'
16 # do not set M-F-T on mails to the git mailing list
17 send-hook . 'set followup_to'
18 send-hook '~C git@vger\.kernel\.org' 'unset followup_to'
20 # do a <group-reply> for L when sending to the git mailing list
21 # http://marc.info/?l=mutt-users&m=118734866910357&w=2
22 #message-hook . 'bind pager L list-reply'
23 #message-hook '~C git@vger\.kernel\.org' 'bind pager L group-reply'
24 #macro index L '<enter>L'
25 # NOTE: using M-F-T from procmail for now
27 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>'
29 #folder-hook . 'set pager_index_lines=5'
30 #folder-hook feeds|mass 'set pager_index_lines=10'
32 folder-hook store push '<tag-pattern>~O|~N<enter><tag-prefix><clear-flag>n<tag-prefix><clear-flag>*<last-entry>'
34 # since I have delete=yes, messages marked for trashing on mailbox entry must
35 # be due to IMAP clients or the like not purging them. I found that some
36 # clients automatically trash read mail from the INBOX, for *whatever* reason.
37 # I have not found the authors of those clients yet. In the mean time, since
38 # messages are not expected to be marked for deletion on mailbox entry, the
39 # following ensures that I lose no more mail.
40 folder-hook . push '<undelete-pattern>~D<enter>'