diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-03-14 15:03:06 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-03-14 15:05:15 +0100 |
commit | b2bcd5e568cca20d0e6780da56cd22c2b845576c (patch) | |
tree | 453ea0ecc20fa34ac01e24fd5871c326ef4a51d0 | |
parent | 8144366fb8b4b6782ac68319788a6d54638477e2 (diff) |
email: Add retag action.
-rw-r--r-- | init.org | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |