]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-hello.el
emacs/mua: Correct autoload cookies
[notmuch] / emacs / notmuch-hello.el
index b6d1e2aefa67d40c03268e8294716846942c2dc0..15ba7c7858af7f874a4e1a9857173a96c991050d 100644 (file)
@@ -116,6 +116,12 @@ searches so they still work in customize."
                                    (const :tag "Default" nil)
                                    (const :tag "Oldest-first" oldest-first)
                                    (const :tag "Newest-first" newest-first)))
+                    (group :format "%v" :inline t
+                           (const :format "" :excluded)
+                           (choice :tag " Hide Excluded"
+                                   (const :tag "Default" nil)
+                                   (const :tag "Hide" hide)
+                                   (const :tag "Show" show)))
                     (group :format "%v" :inline t
                            (const :format "" :search-type)
                            (choice :tag " Search Type"
@@ -704,11 +710,7 @@ with `notmuch-hello-query-counts'."
            ;; configuration change, and this is not a new window)
            (setq do-refresh t)))))
     (when (and do-refresh notmuch-hello-auto-refresh)
-      ;; Refresh hello as soon as we get back to redisplay.  On Emacs
-      ;; 24, we can't do it right here because something in this
-      ;; hook's call stack overrides hello's point placement.
-      ;; FIXME And on Emacs releases that we still support?
-      (run-at-time nil nil #'notmuch-hello t))
+      (notmuch-hello t))
     (unless hello-buf
       ;; Clean up hook
       (remove-hook 'window-configuration-change-hook