X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-show.el;h=cb586e9246f96a4e4cb48669eabae04e7f059317;hb=21474f0e09defa26421b356100c55299afeb19ef;hp=61a8c4cbd1e335c862cf8f5190044b54d35748b6;hpb=ebd8a2e344bcbf2a4385e56d9328fae5b617e566;p=notmuch diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index 61a8c4cb..cb586e92 100644 --- a/emacs/notmuch-show.el +++ b/emacs/notmuch-show.el @@ -1258,7 +1258,7 @@ reset based on the original query." (define-key map "w" 'notmuch-show-save-attachments) (define-key map "V" 'notmuch-show-view-raw-message) (define-key map "c" 'notmuch-show-stash-map) - (define-key map "=" 'notmuch-show-refresh-view) + (define-key map "=" 'notmuch-refresh-this-buffer) (define-key map "h" 'notmuch-show-toggle-visibility-headers) (define-key map "*" 'notmuch-show-tag-all) (define-key map "-" 'notmuch-show-remove-tag) @@ -1317,6 +1317,7 @@ All currently available key bindings: \\{notmuch-show-mode-map}" (interactive) (kill-all-local-variables) + (setq notmuch-buffer-refresh-function #'notmuch-show-refresh-view) (use-local-map notmuch-show-mode-map) (setq major-mode 'notmuch-show-mode mode-name "notmuch-show")