Set message-cite-style for mu4e contexts
This commit is contained in:
parent
f2d63b2b7b
commit
4974d67422
10
init.el
10
init.el
|
@ -1131,6 +1131,7 @@ Calls `project-remember-project-under' for ~/.config/,
|
|||
(mu4e-change-filenames-when-moving t)
|
||||
(mu4e-context-policy 'pick-first)
|
||||
(mu4e-compose-context-policy 'ask)
|
||||
(mu4e-compose-signature-auto-include nil)
|
||||
(mu4e-search-full nil)
|
||||
(mu4e-search-include-related t)
|
||||
(mu4e-search-threads t)
|
||||
|
@ -1179,7 +1180,7 @@ Calls `project-remember-project-under' for ~/.config/,
|
|||
(mu4e-sent-folder . "/Proton/Sent")
|
||||
(mu4e-trash-folder . "/Proton/Trash")
|
||||
(mu4e-refile-folder . "/Proton/Archive")
|
||||
(gnus-icalendar-org-capture-headline . ("Email" "Personal"))
|
||||
(message-cite-style . message-cite-style-thunderbird)
|
||||
))
|
||||
(make-mu4e-context
|
||||
:name "Alternate"
|
||||
|
@ -1189,7 +1190,7 @@ Calls `project-remember-project-under' for ~/.config/,
|
|||
(mu4e-sent-folder . "/iCloud/Sent Messages")
|
||||
(mu4e-trash-folder . "/iCloud/Deleted Messages")
|
||||
(mu4e-refile-folder . "/iCloud/Archive")
|
||||
(gnus-icalendar-org-capture-headline . ("Email" "Personal"))
|
||||
(message-cite-style . message-cite-style-thunderbird)
|
||||
))
|
||||
(make-mu4e-context
|
||||
:name "Work"
|
||||
|
@ -1199,7 +1200,7 @@ Calls `project-remember-project-under' for ~/.config/,
|
|||
(mu4e-sent-folder . "/Outlook/Sent")
|
||||
(mu4e-trash-folder . "/Outlook/Trash")
|
||||
(mu4e-refile-folder . "/Outlook/Archive")
|
||||
(gnus-icalendar-org-capture-headline . ("Email" "Work"))
|
||||
(message-cite-style . message-cite-style-outlook)
|
||||
(message-signature . (concat "Evelyn Litherland-Smith (she/they)\n"
|
||||
"Spectroscopy Diagnostic Physicist\n"
|
||||
"Plasma Science and Fusion Operations\n"
|
||||
|
@ -1361,9 +1362,6 @@ Calls `project-remember-project-under' for ~/.config/,
|
|||
(require 'mu4e-notification)
|
||||
(setq mu4e-notification-support t))
|
||||
|
||||
(with-eval-after-load 'mu4e
|
||||
(require 'mu4e-org))
|
||||
|
||||
(use-package gnus-icalendar
|
||||
:after mu4e
|
||||
:custom
|
||||
|
|
Loading…
Reference in a new issue