X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-jump.el;h=0193f8cd7064436efb73f13da4ea798668cbfef0;hp=5eb0949be0c3757f2e26c84ad6bb3c42b978062b;hb=5c4f6ed99bd10fa26162c46601714141adeb3fb5;hpb=3d39d346d793b9bea0c23ae2c16600feab11ee19 diff --git a/emacs/notmuch-jump.el b/emacs/notmuch-jump.el index 5eb0949b..0193f8cd 100644 --- a/emacs/notmuch-jump.el +++ b/emacs/notmuch-jump.el @@ -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)))))