diff options
author | Pieter Praet <pieter@praet.org> | 2012-01-23 06:41:45 +0100 |
---|---|---|
committer | David Bremner <bremner@debian.org> | 2012-01-23 19:26:45 -0400 |
commit | 08b3b0f37f73922d84943fe27a36e1964266c674 (patch) | |
tree | 2a479d6b52c5cebb23c135127a617994d55f3080 /NEWS | |
parent | e1da28742da4abda9b5d1a737291768322bbbe18 (diff) |
NEWS: update "Tag exclusion" section
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 19 |
1 files changed, 15 insertions, 4 deletions
@@ -13,10 +13,21 @@ Reply to sender Tag exclusion - Tags can be automatically excluded from search results unless they - appear explicitly in a query. By default, notmuch excludes the tags - deleted and spam. This can be changed using the new config setting - search.auto_exclude_tags. + Tags can be automatically excluded from search results by adding them + to the new 'search.exclude_tags' option in the Notmuch config file. + + This behaviour can be overridden by explicitly including an excluded + tag in your query, for example: + + notmuch search $your_query and tag:$excluded_tag + + Existing users will probably want to run "notmuch setup" again to add + the new well-commented [search] section to the configuration file. + + For new configurations, accepting the default setting will cause the + tags "deleted" and "spam" to be excluded, equivalent to running: + + notmuch config set search.exclude_tags deleted spam Emacs Interface --------------- |