diff options
| author | Mark Walters <markwalters1009@gmail.com> | 2015-10-21 19:51:37 +0100 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2015-10-22 07:43:54 -0300 |
| commit | 32becfa37a460512ff6048726255e945cf9289ea (patch) | |
| tree | 24fa92fcaf1ad9550a407f00199bfd273ea0faf9 | |
| parent | 4cff5a9f98f3c7bdb58f8929dca83fa2d3af9c75 (diff) | |
emacs: hello: bugfix: update docs for saved-searches
Update the documentation string for notmuch-saved-searches to include
the new :search-type option.
| -rw-r--r-- | emacs/notmuch-hello.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el index d9fe3ff6..8bde808f 100644 --- a/emacs/notmuch-hello.el +++ b/emacs/notmuch-hello.el @@ -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. + :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)." |
