X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=contrib%2Fnotmuch-pick%2Fnotmuch-pick.el;h=d841d994579402b0ba4cdaf89a13bec40d6221b1;hp=22ade72701a33ea225f176dd0e0e72243e8e3fdc;hb=84e30ea7891b60e75857dc67712ccf29dd2e2598;hpb=a79396999ccf14b317caf7c7631d9c73f3aa989b diff --git a/contrib/notmuch-pick/notmuch-pick.el b/contrib/notmuch-pick/notmuch-pick.el index 22ade727..d841d994 100644 --- a/contrib/notmuch-pick/notmuch-pick.el +++ b/contrib/notmuch-pick/notmuch-pick.el @@ -192,6 +192,8 @@ if the user has loaded a different buffer in that window.") (define-key map [mouse-1] 'notmuch-pick-show-message) ;; these use notmuch-show functions directly (define-key map "|" 'notmuch-show-pipe-message) + (define-key map "w" 'notmuch-show-save-attachments) + (define-key map "v" 'notmuch-show-view-all-mime-parts) (define-key map "q" 'notmuch-pick-quit) (define-key map "x" 'notmuch-pick-quit) (define-key map "?" 'notmuch-help)