X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-hello.el;h=6db62a01c46b09e7851c9259552c13d7a7574c6b;hb=ff3cc5534acf6132c75f814944ca5ed300cb51c0;hp=be50aae75b9ab631b9417bb5432ac54ecaff25b0;hpb=b235850f9be663e91a44a244c0c5979d95e4213e;p=notmuch diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el index be50aae7..6db62a01 100644 --- a/emacs/notmuch-hello.el +++ b/emacs/notmuch-hello.el @@ -689,7 +689,7 @@ following: "Show an entry for each saved search and inboxed messages for each tag" (notmuch-hello-insert-searches "What's in your inbox" (append - (notmuch-saved-searches) + notmuch-saved-searches (notmuch-hello-generate-tag-alist)) :filter "tag:inbox")) @@ -726,11 +726,6 @@ following: "Run notmuch and display saved searches, known tags, etc." (interactive) - ;; Jump through a hoop to get this value from the deprecated variable - ;; name (`notmuch-folders') or from the default value. - (unless notmuch-saved-searches - (setq notmuch-saved-searches (notmuch-saved-searches))) - (if no-display (set-buffer "*notmuch-hello*") (switch-to-buffer "*notmuch-hello*"))