From bec641679735981f9f1c31a03450efd89eb490af Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Wed, 25 Aug 2021 12:16:15 -0400 Subject: [PATCH] FIX mu4e attachment function (broke in mu 1.6) --- etc/conf.org | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/etc/conf.org b/etc/conf.org index 7c056a4..43aae7d 100644 --- a/etc/conf.org +++ b/etc/conf.org @@ -4068,6 +4068,13 @@ Since I use vi mode in my terminal emulator, need to preserve the escape key's r "gj" #'lispy-down "gk" #'lispy-up)) #+end_src +**** mu4e +#+begin_src emacs-lisp +;; the old open attachment function broke in mu 1.6, fix it here +(nd/when-bin "mu" + (evil-define-key '(normal) mu4e-view-mode-map + "p" 'mu4e-view-mime-part-action)) +#+end_src ** local These are for mode-specific bindings that can/should be outside of the evil maps above (there are not many, and these may be merged with their evil bretheren in the future). *** org-mode