X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-hello.el;h=1e66555b7fc17cb6a2b7c9a755c388ea620a9185;hb=3901179d2ed93f7ee48eec05f417b275f411293f;hp=531f209db9c81fa95fc136602b93daff265af2bc;hpb=d21e72c9f95d1d052360976302a2f9cfcc1556a5;p=notmuch diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el index 531f209d..1e66555b 100644 --- a/emacs/notmuch-hello.el +++ b/emacs/notmuch-hello.el @@ -33,7 +33,7 @@ (declare-function notmuch-poll "notmuch-lib" ()) (declare-function notmuch-tree "notmuch-tree" (&optional query query-context target buffer-name - open-target unthreaded parent-buffer)) + open-target unthreaded parent-buffer oldest-first)) (declare-function notmuch-unthreaded "notmuch-tree" (&optional query query-context target buffer-name open-target)) @@ -484,7 +484,9 @@ diagonal." (defun notmuch-hello-widget-search (widget &rest _ignore) (cl-case (widget-get widget :notmuch-search-type) (tree - (notmuch-tree (widget-get widget :notmuch-search-terms))) + (notmuch-tree (widget-get widget :notmuch-search-terms) + nil nil nil nil nil nil + (widget-get widget :notmuch-search-oldest-first))) (unthreaded (notmuch-unthreaded (widget-get widget :notmuch-search-terms))) (t