From b2bcd5e568cca20d0e6780da56cd22c2b845576c Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 14 Mar 2023 15:03:06 +0100 Subject: email: Add retag action. --- init.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.org b/init.org index c43f7f6..f288b2e 100644 --- a/init.org +++ b/init.org @@ -1070,7 +1070,8 @@ TODO: this is a big blob of email configuration. Document this properly! '("git am" . mu4e-action-git-apply-mbox)) (add-to-list 'mu4e-headers-actions '("git am" . mu4e-action-git-apply-mbox)) - +(add-to-list 'mu4e-view-actions + '("retag message" . mu4e-action-retag-message) t) ;; Don't ask for a 'context' upon opening mu4e (setq mu4e-context-policy 'pick-first) ;; Don't ask to quit -- cgit v1.2.3