]> git.madduck.net Git - etc/mutt.git/blob - hooks

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

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.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

fix location of add-tickle-stamp script
[etc/mutt.git] / hooks
1 save-hook . =store
2
3 send-hook '~C @bugs\.debian\.org' 'my_hdr X-Debbugs-No-Ack: please spare me'
4 send-hook '~C @packages\.qa\.debian\.org' 'my_hdr X-PTS-Approved: please'
5 #send-hook '~C -request@' 'my_hdr X-Record: discard'
6
7 fcc-hook -request@ '=discard'
8 send-hook '~s "Re: confirm" ~t -request@' 'unset crypt_autosign'
9
10 # do not set M-F-T on mails to the git mailing list
11 send-hook . 'set followup_to'
12 send-hook '~C git@vger\.kernel\.org' 'unset followup_to'
13
14 # do a <group-reply> for L when sending to the git mailing list
15 # http://marc.info/?l=mutt-users&m=118734866910357&w=2
16 #message-hook . 'bind pager L list-reply'
17 #message-hook '~C git@vger\.kernel\.org' 'bind pager L group-reply'
18 #macro index L '<enter>L'
19 # NOTE: using M-F-T from procmail for now
20
21 folder-hook spam push '<limit>~N<enter><sort-mailbox>s<first-entry>'
22
23 # vim:ft=muttrc