mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-24 20:08:10 +01:00
News for tag exclusion
This commit is contained in:
parent
643ce61c1b
commit
ad6d0d5e12
1 changed files with 15 additions and 0 deletions
15
NEWS
15
NEWS
|
@ -11,6 +11,13 @@ Reply to sender
|
|||
to all. The feature is available through the new command line option
|
||||
--reply-to=(all|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.
|
||||
|
||||
Emacs Interface
|
||||
---------------
|
||||
|
||||
|
@ -21,6 +28,14 @@ Reply to sender
|
|||
and search modes, 'r' has been bound to reply to sender, replacing
|
||||
reply to all, which now has key binding 'R'.
|
||||
|
||||
Library changes
|
||||
---------------
|
||||
|
||||
New functions
|
||||
|
||||
notmuch_query_add_tag_exclude supports the new tag exclusion
|
||||
feature.
|
||||
|
||||
Notmuch 0.11 (2012-01-13)
|
||||
=========================
|
||||
|
||||
|
|
Loading…
Reference in a new issue