X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch.el;h=648217070c7abfbedfd67079bc1de0a8739b27d9;hp=97f7e0c8fcfbc2473c145b79e530845c4b3d96a2;hb=a696119756fb13ef875d01134a84a25ac846a7bb;hpb=1631c713d9201e269bee3576f918143174ec6e91 diff --git a/notmuch.el b/notmuch.el index 97f7e0c8..64821707 100644 --- a/notmuch.el +++ b/notmuch.el @@ -57,7 +57,7 @@ (define-key map "d" 'notmuch-show-stash-date) (define-key map "F" 'notmuch-show-stash-filename) (define-key map "f" 'notmuch-show-stash-from) - (define-key map "m" 'notmuch-show-stash-message-id) + (define-key map "i" 'notmuch-show-stash-message-id) (define-key map "s" 'notmuch-show-stash-subject) (define-key map "T" 'notmuch-show-stash-tags) (define-key map "t" 'notmuch-show-stash-to) @@ -83,6 +83,7 @@ (define-key map "w" 'notmuch-show-save-attachments) (define-key map "V" 'notmuch-show-view-raw-message) (define-key map "v" 'notmuch-show-view-all-mime-parts) + (define-key map "c" 'notmuch-show-stash-map) (define-key map "b" 'notmuch-show-toggle-current-body) (define-key map "h" 'notmuch-show-toggle-current-header) (define-key map "-" 'notmuch-show-remove-tag) @@ -96,7 +97,6 @@ (define-key map "n" 'notmuch-show-next-message) (define-key map (kbd "DEL") 'notmuch-show-rewind) (define-key map " " 'notmuch-show-advance-marking-read-and-archiving) - (define-key map "z" 'notmuch-show-stash-map) map) "Keymap for \"notmuch show\" buffers.") (fset 'notmuch-show-mode-map notmuch-show-mode-map) @@ -1132,7 +1132,7 @@ All currently available key bindings: (notmuch-show-do-stash (notmuch-show-get-from))) (defun notmuch-show-stash-message-id () - "Copy message-id of current message to kill-ring." + "Copy message ID of current message to kill-ring." (interactive) (notmuch-show-do-stash (notmuch-show-get-message-id)))