Compare commits

..

2 Commits

View File

@@ -3304,7 +3304,8 @@ This is the same as `evil-ret' except that it works for links in
(mu4e-refile-folder . "/protonmail/Archive")
(mu4e-sent-folder . "/protonmail/Sent")
(mu4e-drafts-folder . "/protonmail/Drafts")
(mu4e-trash-folder . "/protonmail/Trash")))
(mu4e-trash-folder . "/protonmail/Trash")
(mu4e-sent-messages-behavior . delete)))
(make-mu4e-context
:name "School"
:match-func (lambda (msg)
@@ -3319,7 +3320,8 @@ This is the same as `evil-ret' except that it works for links in
(mu4e-refile-folder . "/ucsc-gmail/[Gmail]/All Mail")
(mu4e-sent-folder . "/ucsc-gmail/[Gmail]/Sent Mail")
(mu4e-drafts-folder . "/ucsc-gmail/[Gmail]/Drafts")
(mu4e-trash-folder . "/ucsc-gmail/[Gmail]/Trash"))))))
(mu4e-trash-folder . "/ucsc-gmail/[Gmail]/Trash")
(mu4e-sent-messages-behavior . delete))))))
(use-package mu4e-alert
:after mu4e
:hook (after-init . mu4e-alert-enable-notifications)