summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDylan Baker <baker.dylan.c@gmail.com>2017-11-08 09:47:58 -0800
committerGitHub <noreply@github.com>2017-11-08 09:47:58 -0800
commit857b7985101862ada914ef278e6a1e7b19412f60 (patch)
tree624fc4d8a9befdffbdadc6eb9c63a0254cdc253b /docs
parentdefaf93b51150477c11356b49803b8b01ec9e3ce (diff)
parent270210be623631669034c12b3f672eda25d1eaec (diff)
Merge pull request #1165 from pazz/exclude-tags
relay "exclude_tags" in queries
Diffstat (limited to 'docs')
-rw-r--r--docs/source/configuration/alotrc_table11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/source/configuration/alotrc_table b/docs/source/configuration/alotrc_table
index b15ec412..d019647a 100644
--- a/docs/source/configuration/alotrc_table
+++ b/docs/source/configuration/alotrc_table
@@ -234,6 +234,17 @@
:default: [{buffer_no}: envelope], {input_queue} total messages: {total_messages}
+.. _exclude-tags:
+
+.. describe:: exclude_tags
+
+ 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.
+
+ :type: string list
+ :default: ,
+
+
.. _flush-retry-timeout:
.. describe:: flush_retry_timeout