aboutsummaryrefslogtreecommitdiffhomepage
path: root/NEWS
diff options
context:
space:
mode:
authorGravatar Mark Walters <markwalters1009@gmail.com>2014-04-09 18:09:54 +0100
committerGravatar David Bremner <david@tethera.net>2014-04-11 10:38:53 -0300
commit69867c33fa946514e9de6efff0541762b2755484 (patch)
tree38fb771cc2b7386789102bb4ecbe79bfa4edab99 /NEWS
parentf225ee59ebdbd6961a0665f7e912825fbcc691d1 (diff)
News for emacs saved-searches change.
The important point is that the changed search variable is not forward compatible (it *is* backwards compatible): that is previous version of notmuch-emacs will be unusable with a new style notmuch-saved-search variable.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS17
1 files changed, 17 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d4f4ea4e..8aa41824 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,23 @@ Command-Line Interface
Emacs Interface
---------------
+Changed format for saved searches.
+
+ The format for `notmuch-saved-searches` has changed, but old style
+ saved searches are still supported. The new style means that a saved
+ search can store the desired sort order for the search, and it can
+ store a separate query to use for generating the count notmuch
+ shows.
+
+ The variable is fully customizable and any configuration done
+ through customize should `just work', with the additional options
+ mentioned above. For manual customization see the documentation for
+ `notmuch-saved-searches`.
+
+ IMPORTANT: a new style notmuch-saved-searches variable will break
+ previous versions of notmuch-emacs (even search will not work); to
+ fix remove the customization for notmuch-saved-searches.
+
Bug fix for saved searches with newlines in them.
Split lines confuse `notmuch count --batch`, so we remove embedded