summaryrefslogtreecommitdiff
path: root/alot/defaults
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2017-10-01 15:44:36 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2017-10-01 15:44:36 +0100
commitacfea5762713113d2c7e984dba8242daf53639a6 (patch)
treec8675b9b6ab2b0701d818d44c5b93ae9aa59412f /alot/defaults
parent969dd7b1b71b6882cecd95427b60c3f61176d578 (diff)
new config option 'exclude_tags'
which will be interpreted just like 'search.exclude_tags' in the notmuch config.
Diffstat (limited to 'alot/defaults')
-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 5962dda1..8d0359ea 100644
--- a/alot/defaults/alot.rc.spec
+++ b/alot/defaults/alot.rc.spec
@@ -13,6 +13,10 @@ attachment_prefix = string(default='~')
# timeout in (floating point) seconds until partial input is cleared
input_timeout = float(default=1.0)
+# A list of tags that will be excluded from search results by default. Using an excluded tag in a query will override that exclusion.
+# .. note:: this config setting is equivalent to, but independent of, the 'search.exclude_tags' in the notmuch config.
+exclude_tags = force_list(default=list())
+
# confirm exit
bug_on_exit = boolean(default=False)