Add mu4e header action to capture with org-mode
This commit is contained in:
parent
61534311c5
commit
762ee79929
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue