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

header fixes
[etc/neomutt.git] / .config / neomutt / 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 subject
7 hdr_order to cc
8 hdr_order x-eqto x-original-to
9 hdr_order message-id
10 hdr_order disposition-notification-to return-receipt-to
11 hdr_order x-debian-pr-package
12 hdr_order x-spam:
13 hdr_order x-trained-as x-crm114-autotrain
14 hdr_order user-agent x-mailer x-newsreader
15 hdr_order x-justme
16 hdr_order x-autoreplied
17 hdr_order x-tickle x-postponed x-was-postponed
18
19 ignore *
20 unignore date:
21 #unignore x-spam-relays-untrusted
22 unignore from:
23 #unignore organization organisation
24 unignore x-eqto:
25 unignore to: cc:
26 unignore subject:
27 unignore message-id:
28 unignore disposition-notification-to: return-receipt-to:
29 unignore x-debian-pr-package:
30 unignore x-spam:
31 #unignore x-trained-as x-crm114-autotrain
32 #unignore user-agent x-mailer x-newsreader
33 unignore x-justme:
34 unignore x-autoreplied:
35 unignore x-tickle: x-postponed: x-was-postponed:
36
37 # vim:ft=muttrc