summaryrefslogtreecommitdiff
path: root/alot/defaults
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-02-05 13:45:31 +0100
committerAnton Khirnov <anton@khirnov.net>2020-02-05 14:26:33 +0100
commite331cc44b672d39e09b5c971c4f3a99d5a3c93cc (patch)
tree3070b30c1ad593c1e68a3611a967285bd91d44c3 /alot/defaults
parent8fa596d425a563ab018be05e44b82d0ab76a6b31 (diff)
buffers/thread: drop support for auto-read tagging
It's pointless complexity that I do not need.
Diffstat (limited to 'alot/defaults')
-rw-r--r--alot/defaults/alot.rc.spec3
1 files changed, 0 insertions, 3 deletions
diff --git a/alot/defaults/alot.rc.spec b/alot/defaults/alot.rc.spec
index f83099af..17d3cc13 100644
--- a/alot/defaults/alot.rc.spec
+++ b/alot/defaults/alot.rc.spec
@@ -1,9 +1,6 @@
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)