X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-hello.el;h=21855b7021e946b2c0c9b5965b5874dae5f90782;hb=bd5eef1c6a07fcc96b6c9abced2071e646104ba4;hp=c1b67e22e80d28dd301a8820cefd40b1bf75e586;hpb=27c8e377e450706fd7f21a15888da277658c48ee;p=notmuch diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el index c1b67e22..21855b70 100644 --- a/emacs/notmuch-hello.el +++ b/emacs/notmuch-hello.el @@ -144,9 +144,11 @@ a plist. Supported properties are 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, - tree mode or unthreaded mode. Set to 'tree to specify tree - mode, 'unthreaded to specify unthreaded mode, and set to nil - (or anything except tree and unthreaded) to specify search mode. + tree mode or unthreaded mode. Set to `tree' to + specify tree mode, 'unthreaded to specify + unthreaded mode, and set to nil (or anything + except tree and unthreaded) 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)."