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

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:

Merge branch 'master' of ssh://git.madduck.net/srv/git/git.madduck.net/pub/etc/mutt
[etc/mutt.git] / .mutt / headers
1 unhdr_order *
2 hdr_order date
3 hdr_order x-spam-relays-untrusted
4 hdr_order from
5 hdr_order organization organisation
6 hdr_order x-eqto
7 hdr_order to cc
8 hdr_order subject
9 hdr_order message-id
10 hdr_order x-debian-pr-package
11 hdr_order x-spam:
12 hdr_order x-trained-as x-crm114-autotrain
13 hdr_order user-agent x-mailer x-newsreader
14 hdr_order x-justme
15 hdr_order x-autoreplied
16 hdr_order x-tickle x-postponed x-was-postponed
17
18 ignore *
19 unignore date
20 #unignore x-spam-relays-untrusted
21 unignore from
22 #unignore organization organisation
23 unignore x-eqto
24 unignore to cc
25 unignore subject
26 unignore message-id
27 unignore x-debian-pr-package
28 unignore x-spam:
29 #unignore x-trained-as x-crm114-autotrain
30 #unignore user-agent x-mailer x-newsreader
31 unignore x-justme
32 unignore x-autoreplied
33 unignore x-tickle x-postponed x-was-postponed
34
35 # vim:ft=muttrc