X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-hello.el;h=c858a20b6cc751d73d457272b0586da3d20e49db;hp=089a19d72a989782a7ce809f183a3c8d0bd0437d;hb=a9ab5e42af4464e37569221b8faaf5a7fec0cc8e;hpb=5e83fe979dc67a9aaad6eee28735e0ab47b1743c diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el index 089a19d7..c858a20b 100644 --- a/emacs/notmuch-hello.el +++ b/emacs/notmuch-hello.el @@ -604,11 +604,11 @@ with `notmuch-hello-query-counts'." (defimage notmuch-hello-logo ((:type png :file "notmuch-logo.png"))) -(defun notmuch-hello-update (&optional no-display) - "Update the current notmuch view." +(defun notmuch-hello-update () + "Update the notmuch-hello buffer." ;; Lazy - rebuild everything. (interactive) - (notmuch-hello no-display)) + (notmuch-hello t)) (defun notmuch-hello-window-configuration-change () "Hook function to update the hello buffer when it is switched to."