|
|
|
|
@ -610,25 +610,6 @@ |
|
|
|
|
|
|
|
|
|
(setq mu4e-contexts |
|
|
|
|
`( ,(make-mu4e-context |
|
|
|
|
:name "Private" |
|
|
|
|
:enter-func (lambda () (mu4e-message "Entering Private context")) |
|
|
|
|
:leave-func (lambda () (mu4e-message "Leaving Private context")) |
|
|
|
|
;; we match based on the contact-fields of the message |
|
|
|
|
:match-func (lambda (msg) |
|
|
|
|
(when msg |
|
|
|
|
(mu4e-message-contact-field-matches msg |
|
|
|
|
:to "aliced@home.example.com"))) |
|
|
|
|
:vars '( ( user-mail-address . "jacopods@protonmail.com" ) |
|
|
|
|
( user-full-name . "Jacopo De Simoi" ) |
|
|
|
|
( mu4e-sent-folder . "/proton/Sent") |
|
|
|
|
( mu4e-drafts-folder . "/proton/Drafts") |
|
|
|
|
( mu4e-trash-folder . "/proton/Trash") |
|
|
|
|
( mu4e-refile-folder . "/proton/Archive") |
|
|
|
|
( smtpmail-stream-type . plain) |
|
|
|
|
( smtpmail-smtp-service . 1025 ) |
|
|
|
|
( mu4e-compose-signature . nil))) |
|
|
|
|
|
|
|
|
|
,(make-mu4e-context |
|
|
|
|
:name "Work" |
|
|
|
|
:enter-func (lambda () (mu4e-message "Switch to the Work context")) |
|
|
|
|
;; no leave-func |
|
|
|
|
|