]> git.madduck.net Git - etc/mutt.git/blob - .mutt/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:

refuse sending if notyet is a recipient
[etc/mutt.git] / .mutt / hooks
1 save-hook . =store
2
3 send2-hook . 'reset sendmail'
4 send2-hook '~L notyet' "set sendmail='~/.mutt/error 1 I will not send this draft yet!'"
5
6 #send-hook '~C @bugs\.debian\.org' 'my_hdr X-Debbugs-No-Ack: please spare me'
7 send2-hook '~C @packages\.qa\.debian\.org' 'my_hdr X-PTS-Approved: please'
8 #send-hook '~C -request@' 'my_hdr X-Record: discard'
9
10 fcc-hook -request@ '=discard'
11 send-hook '~s "Re: confirm" ~t -request@' 'unset crypt_autosign'
12
13 # do not set M-F-T on mails to the git mailing list
14 send2-hook . 'set followup_to'
15 send2-hook '~C git@vger\.kernel\.org' 'unset followup_to'
16
17 send2-hook '~C @members\.ebay\.com' 'set envelope_from'
18
19 # do a <group-reply> for L when sending to the git mailing list
20 # http://marc.info/?l=mutt-users&m=118734866910357&w=2
21 #message-hook . 'bind pager L list-reply'
22 #message-hook '~C git@vger\.kernel\.org' 'bind pager L group-reply'
23 #macro index L '<enter>L'
24 # NOTE: using M-F-T from procmail for now
25
26 # do not get spam status via imap, as it would download the entire message
27 folder-hook . 'set index_format="%4C %Z %{%b %d} %-15.15F %4c %?H?[%H] ?%s"'
28 folder-hook imaps?:// 'set index_format="%4C %Z %{%b %d} %-15.15F %4c %s"'
29
30 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>'
31
32 folder-hook . 'set pager_index_lines=5'
33 folder-hook feeds|mass 'set pager_index_lines=10'
34
35 folder-hook store push '<tag-pattern>~O|~N<enter><tag-prefix><clear-flag>n<tag-prefix><clear-flag>*<last-entry>'
36
37 # since I have delete=yes, messages marked for trashing on mailbox entry must
38 # be due to IMAP clients or the like not purging them. I found that some
39 # clients automatically trash read mail from the INBOX, for *whatever* reason.
40 # I have not found the authors of those clients yet. In the mean time, since
41 # messages are not expected to be marked for deletion on mailbox entry, the
42 # following ensures that I lose no more mail.
43 folder-hook . push '<undelete-pattern>~D<enter>'
44
45 # vim:ft=muttrc