[PATCH] emacs: hello: bugfix: update docs for saved-searches

Mark Walters markwalters1009 at gmail.com
Wed Oct 21 11:51:37 PDT 2015


Update the documentation string for notmuch-saved-searches to include
the new :search-type option.
---

When writing my NEWS items I realised I had not updated this doc
string when writing with the recent allow saved searches patch
(allowing them to specify tree view).

Best wishes

Mark


emacs/notmuch-hello.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el
index d9fe3ff..8bde808 100644
--- a/emacs/notmuch-hello.el
+++ b/emacs/notmuch-hello.el
@@ -120,6 +120,10 @@ (defcustom notmuch-saved-searches
   :sort-order      Specify the sort order to be used for the search.
                    Possible values are 'oldest-first 'newest-first or
                    nil. Nil means use the default sort order.
+  :search-type     Specify whether to run the search in search-mode
+                   or tree mode. Set to 'tree to specify tree
+                   mode, set to nil (or anything except tree) to
+                   specify search mode.
 
 Other accepted forms are a cons cell of the form (NAME . QUERY)
 or a list of the form (NAME QUERY COUNT-QUERY)."
-- 
2.1.4



More information about the notmuch mailing list