Add keybinding to save mail attachments
This commit is contained in:
parent
a709487e14
commit
b5740b6e5b
|
@ -22,3 +22,7 @@
|
|||
(map! :mode pdf-view-mode
|
||||
:n ":" #'pdf-view-goto-page
|
||||
:desc "Move to the selected page")
|
||||
;; Keybindings for mu4e
|
||||
(map! :mode mu4e-view-mode
|
||||
:n "S" #'mu4e-view-save-attachments
|
||||
:desc "Save the chosen mail attachments")
|
||||
|
|
Loading…
Reference in New Issue