From acfea5762713113d2c7e984dba8242daf53639a6 Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Sun, 1 Oct 2017 15:44:36 +0100 Subject: new config option 'exclude_tags' which will be interpreted just like 'search.exclude_tags' in the notmuch config. --- alot/defaults/alot.rc.spec | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'alot/defaults') 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) -- cgit v1.2.3