summaryrefslogtreecommitdiff
path: root/alot/defaults/alot.rc.spec
diff options
context:
space:
mode:
authorAndres MRM <andresmrm@gmail.com>2014-12-03 21:17:05 -0200
committerPatrick Totzke <patricktotzke@gmail.com>2015-12-16 17:06:44 +0000
commit70a8229c6f1af62c94dca7f92eadcf9ff2f30e7d (patch)
tree185415e4084b68ac79cc6ccf164dfa349a25d603 /alot/defaults/alot.rc.spec
parentef6a9f04977d527ecda14f70f1cf12158739b6db (diff)
Option to show all tags of a message, even if they are commom to thread
Diffstat (limited to 'alot/defaults/alot.rc.spec')
-rw-r--r--alot/defaults/alot.rc.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/alot/defaults/alot.rc.spec b/alot/defaults/alot.rc.spec
index 4691a7dc..4abe2268 100644
--- a/alot/defaults/alot.rc.spec
+++ b/alot/defaults/alot.rc.spec
@@ -224,6 +224,10 @@ auto_replyto_mailinglist = boolean(default=False)
# prefer plaintext alternatives over html content in multipart/alternative
prefer_plaintext = boolean(default=False)
+# In a thread buffer, hide from messages summaries tags that are commom to all
+# messages in that thread.
+msg_summary_hides_threadwide_tags = boolean(default=True)
+
# Key bindings
[bindings]
__many__ = string(default=None)