]> rtime.felk.cvut.cz Git - notmuch.git/commitdiff
emacs: hello: bugfix: update docs for saved-searches
authorMark Walters <markwalters1009@gmail.com>
Wed, 21 Oct 2015 18:51:37 +0000 (19:51 +0100)
committerDavid Bremner <david@tethera.net>
Thu, 22 Oct 2015 10:43:54 +0000 (07:43 -0300)
Update the documentation string for notmuch-saved-searches to include
the new :search-type option.

emacs/notmuch-hello.el

index d9fe3ff60b3159b5abbf9664e65ef97f903cd68e..8bde808fae6cc09fffb7631be2bf8f3fb67aec4c 100644 (file)
@@ -120,6 +120,10 @@ a plist. Supported properties are
   :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.
   :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)."
 
 Other accepted forms are a cons cell of the form (NAME . QUERY)
 or a list of the form (NAME QUERY COUNT-QUERY)."