X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-hello.el;h=a9c8c5344ab7b87f6133f4a9d84c7815f6e270e8;hb=79c262be66ff3215400fec35f1bdcf6687aac145;hp=4972a4558e0b20b85c2277076e7f2f403d865ea1;hpb=5e26d14536398210869a920f8e7bb84fd2ace6aa;p=notmuch diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el index 4972a455..a9c8c534 100644 --- a/emacs/notmuch-hello.el +++ b/emacs/notmuch-hello.el @@ -323,7 +323,7 @@ return that." ;; Add the new one. (customize-save-variable 'notmuch-saved-searches (add-to-list 'notmuch-saved-searches - (cons name search) t)) + (list :name name :query search) t)) (message "Saved '%s' as '%s'." search name) (notmuch-hello-update)))