aboutsummaryrefslogtreecommitdiffstats
path: root/mutt
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-04-25 21:49:05 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-04-25 21:49:05 +0200
commit51465dd1b18d36c8657cbe464fe32bdcb56724c1 (patch)
tree926c7d72f5e94543524664dd090784985736897b /mutt
parent9f8c0228bfd7821798117578ca620270e29e4feb (diff)
downloaddotfiles-51465dd1b18d36c8657cbe464fe32bdcb56724c1.tar.xz
mutt: Remove colons from unignore lines
Diffstat (limited to 'mutt')
-rw-r--r--mutt/muttrc6
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