From e53ae9cfe00494e99e374e2f79d1445fa8ff964f Mon Sep 17 00:00:00 2001 From: Matt Nish-Lapidus Date: Thu, 18 Jul 2024 10:37:14 -0400 Subject: [PATCH] adding mu4e binding for attachments --- bindings.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bindings.el b/bindings.el index 0f10773..6ebb886 100644 --- a/bindings.el +++ b/bindings.el @@ -473,7 +473,8 @@ :localleader :desc "View Action" "v" #'mu4e-view-action :desc "Reply All (Wide)" "w" #'mu4e-compose-wide-reply - :desc "Reply" "r" #'mu4e-compose-reply) + :desc "Reply" "r" #'mu4e-compose-reply + :desc "Save Attachments" "a" #'mu4e-view-save-attachments) (map! :map mu4e-main-mode-map "u" #'mu4e-update-mail-and-index)