Add keybinding to save mail attachments

This commit is contained in:
coolneng 2022-10-21 13:49:51 +02:00
parent a709487e14
commit b5740b6e5b
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 4 additions and 0 deletions

View File

@ -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")