mu4e: remove duplicated proton context

This commit is contained in:
Evie Litherland-Smith 2024-05-11 10:17:14 +01:00
parent 360c36cc21
commit 24697ac19a
2 changed files with 1 additions and 10 deletions

1
.gitignore vendored
View file

@ -67,3 +67,4 @@ flycheck_*.el
# bookmarks
/bookmarks
/image-dired/

10
init.el
View file

@ -1173,16 +1173,6 @@ Uses `my/projects-directory' to find correct directory"
(require 'mu4e-context)
(setq mu4e-contexts
(list
(make-mu4e-context
:name "Xenia"
:vars '(
(user-mail-address . "evie@xenia.me.uk")
(mu4e-sent-folder . "/Proton/Sent")
;; (mu4e-drafts-folder . "/Proton/Drafts")
(mu4e-trash-folder . "/Proton/Trash")
(mu4e-refile-folder . "/Proton/Archive")
(gnus-icalendar-org-capture-headline . ("Email" "Personal"))
))
(make-mu4e-context
:name "Proton"
:match-func (lambda (msg) (when msg (string-prefix-p "/Proton" (mu4e-message-field msg :maildir))))