X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-hello.el;h=8bde808fae6cc09fffb7631be2bf8f3fb67aec4c;hb=bfb709851406255d87e1427b7c94f3204d9ea743;hp=d9fe3ff60b3159b5abbf9664e65ef97f903cd68e;hpb=391d9f94204234d6ef3dd701d69bfdf92dbad8f0;p=notmuch 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)."