Add mu4e header action to capture with org-mode

This commit is contained in:
Evie Litherland-Smith 2023-11-03 16:02:24 +00:00
parent 61534311c5
commit 762ee79929

View file

@ -34,6 +34,9 @@
(:flags . 6)
(:from-or-to . 25)
(:subject))
mu4e-headers-actions '(("org capture message" . mu4e-org-store-and-capture)
("capture message" . mu4e-action-capture-message)
("show this thread" . mu4e-action-show-thread))
mu4e-maildir-shortcuts '((:maildir "/Proton/Inbox/" :key ?p)
(:maildir "/iCloud/Inbox/" :key ?i)
(:maildir "/Outlook/Inbox/" :key ?w)))