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

add siby alternate
[etc/mutt.git] / .config / mutt / hooks
1 fcc-save-hook . =store
2
3 send2-hook '~C @packages\.qa\.debian\.org' 'my_hdr X-PTS-Approved: please'
4
5 fcc-hook -request@ '=discard'
6 send-hook '~s "Re: confirm" ~t -request@' 'push pc'
7
8 # do not set M-F-T on mails to vger mailing list
9 send2-hook . 'set followup_to'
10 send2-hook '~C @vger\.kernel\.org' 'unset followup_to'
11
12 send2-hook . 'set send_multipart_alternative"
13 send2-hook '~C @vger\.kernel\.org' 'unset send_multipart_alternative"
14
15 # do a <group-reply> for L when sending to the git mailing list
16 # http://marc.info/?l=mutt-users&m=118734866910357&w=2
17 #message-hook . 'bind pager L list-reply'
18 #message-hook '~C git@vger\.kernel\.org' 'bind pager L group-reply'
19 #macro index L '<enter>L'
20 # NOTE: using M-F-T from procmail for now
21
22 message-hook . 'set attribution="$my_attribution_en"'
23 #message-hook '~b "\\<(Danke|Grü(ß|ss)e|Gru(ß|ss)|Lieber?|geehrter?|Herr|Frau|Moin|Servus|Lg|Deine?|Ihre?)\\>"' 'set attribution="$my_attribution_de"'
24
25 # do not get spam status via imap, as it would download the entire message
26 folder-hook . 'set index_format="%4C %Z %-10@date@ %-15.15F %4c%?M?/[%M]? %?H?[%H] ?%s"'
27 folder-hook feeds 'set index_format="%3C %{%F} %-7.7F  %s"'
28 folder-hook imaps?:// 'set index_format="%4C %Z %{%F} %-15.15F %4c%?M?/[%M] & ?%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 . 'set mark_old'
36 #folder-hook drafts|store|feeds|newsletters 'unset mark_old'
37
38 folder-hook store push '<tag-pattern>~O|~N<enter><tag-prefix><clear-flag>n<tag-prefix><clear-flag>*<last-entry>'
39
40 # since I have delete=yes, messages marked for trashing on mailbox entry must
41 # be due to IMAP clients or the like not purging them. I found that some
42 # clients automatically trash read mail from the INBOX, for *whatever* reason.
43 # I have not found the authors of those clients yet. In the mean time, since
44 # messages are not expected to be marked for deletion on mailbox entry, the
45 # following ensures that I lose no more mail.
46 folder-hook . push '<undelete-pattern>~D<enter>'
47
48 index-format-hook  date  "~d<1d"    "%{%H:%M%Z}"
49 index-format-hook  date  "~A"       "%d"
50
51 # vim:ft=muttrc