mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-31 22:01:47 +01:00
emacs: hello: bugfix: update docs for saved-searches
Update the documentation string for notmuch-saved-searches to include the new :search-type option.
This commit is contained in:
parent
4cff5a9f98
commit
32becfa37a
1 changed files with 4 additions and 0 deletions
|
@ -120,6 +120,10 @@ a plist. Supported properties are
|
||||||
:sort-order Specify the sort order to be used for the search.
|
:sort-order Specify the sort order to be used for the search.
|
||||||
Possible values are 'oldest-first 'newest-first or
|
Possible values are 'oldest-first 'newest-first or
|
||||||
nil. Nil means use the default sort order.
|
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)
|
Other accepted forms are a cons cell of the form (NAME . QUERY)
|
||||||
or a list of the form (NAME QUERY COUNT-QUERY)."
|
or a list of the form (NAME QUERY COUNT-QUERY)."
|
||||||
|
|
Loading…
Reference in a new issue