X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-hello.el;h=858446dfc9ede21f6849b3e7b633c6306d22ad9a;hb=a82fb6e67042d402166104e803376f6f68613ba9;hp=c858a20b6cc751d73d457272b0586da3d20e49db;hpb=b15b96f846dcfabbd0c7f43e741573cfd14ab3c8;p=notmuch diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el index c858a20b..858446df 100644 --- a/emacs/notmuch-hello.el +++ b/emacs/notmuch-hello.el @@ -31,7 +31,7 @@ (declare-function notmuch-search "notmuch" (&optional query oldest-first target-thread target-line continuation)) (declare-function notmuch-poll "notmuch" ()) (declare-function notmuch-tree "notmuch-tree" - (&optional query query-context target buffer-name open-target)) + (&optional query query-context target buffer-name open-target unthreaded)) (defun notmuch-saved-search-get (saved-search field) "Get FIELD from SAVED-SEARCH. @@ -864,7 +864,7 @@ Supports the following entries in OPTIONS as a plist: :hide-if-empty - hide if no buttons would be shown (only makes sense without :show-empty-searches) :filter - This can be a function that takes the search query as its argument and - returns a filter to be used in conjuction with the query for that search or nil + returns a filter to be used in conjunction with the query for that search or nil to hide the element. This can also be a string that is used as a combined with each query using \"and\". :filter-count - Separate filter to generate the count displayed each search. Accepts