X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-hello.el;h=94cc4b53cf50251f2ebdfcfdb15f843cf57a3fd1;hb=ecdfa9a6b0d92ebc9bb0a41b597ad7420883d9ca;hp=24ac1c6b6d1966855396890fbc570385fa992ad5;hpb=da88f4b6d543b7cde2976cefb0a24c0714b3b885;p=notmuch diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el index 24ac1c6b..94cc4b53 100644 --- a/emacs/notmuch-hello.el +++ b/emacs/notmuch-hello.el @@ -263,7 +263,6 @@ afterwards.") search)) (defun notmuch-hello-search (&optional search) - (interactive) (unless (null search) (setq search (notmuch-hello-trim search)) (let ((history-delete-duplicates t)) @@ -533,7 +532,7 @@ Such a list can be computed with `notmuch-hello-query-counts'." (define-key map "G" 'notmuch-hello-poll-and-update) (define-key map (kbd "") 'widget-backward) (define-key map "m" 'notmuch-mua-new-mail) - (define-key map "s" 'notmuch-hello-search) + (define-key map "s" 'notmuch-search) map) "Keymap for \"notmuch hello\" buffers.") (fset 'notmuch-hello-mode-map notmuch-hello-mode-map)