mu4e: remove duplicated proton context
This commit is contained in:
parent
360c36cc21
commit
24697ac19a
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -67,3 +67,4 @@ flycheck_*.el
|
|||
|
||||
# bookmarks
|
||||
/bookmarks
|
||||
/image-dired/
|
||||
|
|
10
init.el
10
init.el
|
@ -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))))
|
||||
|
|
Loading…
Reference in a new issue