X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-show.el;h=6d410574d497f6a8e58eabceec580dab350bc54a;hp=9a40b0e2c3a16a1a6252088c448dc8c55553381e;hb=4a5281b888be9bd19eb493d23e9d4b59270dd9e8;hpb=0417c22d1121ae94ec0c39641254c4d820ae5946 diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index 9a40b0e2..6d410574 100644 --- a/emacs/notmuch-show.el +++ b/emacs/notmuch-show.el @@ -1076,7 +1076,8 @@ thread id. If a prefix is given, crypto processing is toggled." (define-key map "-" 'notmuch-show-remove-tag) (define-key map "+" 'notmuch-show-add-tag) (define-key map "x" 'notmuch-show-archive-thread-then-exit) - (define-key map "a" 'notmuch-show-archive-thread-then-next) + (define-key map "a" 'notmuch-show-archive-message-then-next) + (define-key map "A" 'notmuch-show-archive-thread-then-next) (define-key map "N" 'notmuch-show-next-message) (define-key map "P" 'notmuch-show-previous-message) (define-key map "n" 'notmuch-show-next-open-message)