summaryrefslogtreecommitdiff
path: root/alot/defaults
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2013-03-16 16:47:33 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2013-04-21 16:22:22 +0100
commitf0b70be60168d1671ee95f9ec6cfc0de3bc315c3 (patch)
tree563e3e30c902e3ffe54592c6edcd65d35053497d /alot/defaults
parentcc8887f0adf3a32fb419ad93a86d31ad661e8772 (diff)
add config option: auto_remove_unread
Diffstat (limited to 'alot/defaults')
-rw-r--r--alot/defaults/alot.rc.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/alot/defaults/alot.rc.spec b/alot/defaults/alot.rc.spec
index 659a06cb..67767551 100644
--- a/alot/defaults/alot.rc.spec
+++ b/alot/defaults/alot.rc.spec
@@ -1,6 +1,9 @@
ask_subject = boolean(default=True) # ask for subject when compose
+# automatically remove 'unread' tag when focussing messages in thread mode
+auto_remove_unread = boolean(default=True)
+
# prompt for initial tags when compose
compose_ask_tags = boolean(default=False)