]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-hello.el
emacs/hello: honouring :sort-order in threaded queries
[notmuch] / emacs / notmuch-hello.el
index 531f209db9c81fa95fc136602b93daff265af2bc..5e1ff5fe0be8de8c599f32673215e199ad040fbb 100644 (file)
@@ -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