X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-hello.el;h=24d2d19e20d4c24e7d77e77312916eab818fcc10;hp=ffd3d799c08b9ff21818a3baddf76a6ab2c1f3a7;hb=4c79a2dabe38ac72eb9eb21620f2ffca5f1885c6;hpb=16b2db0986ce0ed7c420a69d0a98bb41e9ca4bd8 diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el index ffd3d799..24d2d19e 100644 --- a/emacs/notmuch-hello.el +++ b/emacs/notmuch-hello.el @@ -21,7 +21,6 @@ ;;; Code: -(require 'cl-lib) (require 'widget) (require 'wid-edit) ; For `widget-forward'. @@ -731,9 +730,7 @@ The screen may be customized via `\\[customize]'. Complete list of currently available key bindings: \\{notmuch-hello-mode-map}" - (setq notmuch-buffer-refresh-function #'notmuch-hello-update) - ;;(setq buffer-read-only t) - ) + (setq notmuch-buffer-refresh-function #'notmuch-hello-update)) ;;; Inserters