diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-04-25 21:49:05 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-04-25 21:49:05 +0200 |
commit | 51465dd1b18d36c8657cbe464fe32bdcb56724c1 (patch) | |
tree | 926c7d72f5e94543524664dd090784985736897b | |
parent | 9f8c0228bfd7821798117578ca620270e29e4feb (diff) | |
download | dotfiles-51465dd1b18d36c8657cbe464fe32bdcb56724c1.tar.xz |
mutt: Remove colons from unignore lines
-rw-r--r-- | mutt/muttrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mutt/muttrc b/mutt/muttrc index 9b834aa..41c2a20 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -63,9 +63,9 @@ set status_format = "───[ Folder: %f ]───[%r%m messages%?n? (%n ne # Header Options ------------------------------------- ignore * # ignore all headers -unignore from: to: cc: delivered-to: -unignore date: subject: In-Reply-To: Message-ID: -unignore X-Spambayes-Classification: X-Spambayes-Trained: +unignore from to cc delivered-to +unignore date subject In-Reply-To Message-ID +unignore X-Spambayes-Classification X-Spambayes-Trained #unhdr_order * # some distros order things by default #hdr_order from: to: cc: date: subject: # and in this order |