X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch.el;h=fecad676a269e1fe7d0fa38b6492fb611bfc8bc6;hp=a1c98a56c4dffa1b70603b95a180275d1c83feff;hb=f94146bd39f0453b8b31f690e1ebb8f8860468f8;hpb=e593b6aacb273a798ebbe0084be3018303835f44 diff --git a/notmuch.el b/notmuch.el index a1c98a56..fecad676 100644 --- a/notmuch.el +++ b/notmuch.el @@ -73,7 +73,8 @@ (define-key map "r" 'notmuch-show-reply) (define-key map "s" 'notmuch-search) (define-key map "v" 'notmuch-show-view-all-mime-parts) - (define-key map "w" 'notmuch-show-view-raw-message) + (define-key map "V" 'notmuch-show-view-raw-message) + (define-key map "w" 'notmuch-show-save-attachments) (define-key map "x" 'kill-this-buffer) (define-key map "+" 'notmuch-show-add-tag) (define-key map "-" 'notmuch-show-remove-tag)