]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-jump.el
emacs: jump: sort-order bugfix
[notmuch] / emacs / notmuch-jump.el
index 5eb0949be0c3757f2e26c84ad6bb3c42b978062b..0193f8cd7064436efb73f13da4ea798668cbfef0 100644 (file)
@@ -51,7 +51,7 @@ fast way to jump to a saved search from anywhere in Notmuch."
                 (case (plist-get saved-search :sort-order)
                   (newest-first nil)
                   (oldest-first t)
-                  (otherwise (default-value notmuch-search-oldest-first)))))
+                  (otherwise (default-value 'notmuch-search-oldest-first)))))
            (push (list key name
                        `(lambda () (notmuch-search ',query ',oldest-first)))
                  action-map)))))