diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2017-02-04 17:25:32 +0100 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2017-02-04 17:25:32 +0100 |
| commit | 8e3269c1c7934572921c00632f07d2be7ae0b91b (patch) | |
| tree | ab15f5220a9550edf6e311ad33196d963a588501 | |
| parent | b6eec9efd7d94d8a6e99c8ea7ef7856fdad53d15 (diff) | |
muttrc: display message-id header
| -rw-r--r-- | muttrc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -# Documentation available at http://www.mutt.org/doc/devel/manual.html#reference +# Documentation available at http://www.mutt.org/doc/devel/manual#reference # imap settings source ~/.mutt/imap_pass # import password from external file to prevent accidental pasting :) @@ -60,9 +60,9 @@ set query_format="%4c %t %-25.25n %a" # header display ignore * -unignore from date subject to cc reply-to user-agent x-spam-status x-debbugs-cc +unignore from date subject to cc reply-to user-agent x-spam-status x-debbugs-cc message-id unhdr_order * -hdr_order subject date from reply-to to cc user-agent x-spam-status x-debbugs-cc +hdr_order subject date from reply-to to cc user-agent x-spam-status x-debbugs-cc message-id # some colors |
