diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2023-01-02 12:27:35 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2023-01-02 12:32:26 +0100 |
| commit | 883965201e588925ed7f7c04a9cff70cc5547288 (patch) | |
| tree | f7c056957bc4c2c6ecf9dc7182d0eeab97683527 | |
| parent | 437be136b8300f9988c0d91a3ea93423d1e1b56f (diff) | |
| download | dotfiles-883965201e588925ed7f7c04a9cff70cc5547288.tar.gz dotfiles-883965201e588925ed7f7c04a9cff70cc5547288.zip | |
mail: added urv
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
| -rw-r--r-- | .doom.d/config.el | 10 | ||||
| -rw-r--r-- | .mbsyncrc | 29 |
2 files changed, 39 insertions, 0 deletions
diff --git a/.doom.d/config.el b/.doom.d/config.el index b32fbd2..95337b8 100644 --- a/.doom.d/config.el +++ b/.doom.d/config.el @@ -295,6 +295,16 @@ littering will happen locally." (mu4e-compose-signature . (mssola/mail-signature "pgp"))) nil) +(set-email-account! "rovira" + '((mu4e-sent-folder . "/urv/Sent Items") + (mu4e-drafts-folder . "/urv/Drafts") + (mu4e-trash-folder . "/urv/Trash") + (mu4e-refile-folder . "/urv/Archive") + (smtpmail-smtp-user . "47108707-S@epp.urv.cat") + (user-mail-address . "47108707-S@epp.urv.cat") + (mu4e-compose-signature . (mssola/mail-signature "pgp"))) + nil) + (set-email-account! "ajuntament" '((mu4e-sent-folder . "/ajuntament/Elements enviats") (mu4e-drafts-folder . "/ajuntament/Esborranys") @@ -232,3 +232,32 @@ Group uoc Channel uoc-inbox Channel uoc-all Channel uoc-sent + +## +# urv: set to Pull only kind of for the same reasons + +IMAPAccount urv +Host outlook.office365.com +User 47108707-S@epp.urv.cat +PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.mbsyncpass.gpg" +SSLType IMAPS +AuthMechs Login +CertificateFile /etc/ssl/ca-bundle.pem +Timeout 0 + +IMAPStore urv-remote +Account urv + +MaildirStore urv-local +Path /home/backup/mail/urv/ +Inbox /home/backup/mail/urv/inbox +SubFolders Verbatim + +Channel urv +Master :urv-remote: +Slave :urv-local: +Patterns * !Calendar +Create Both +Sync All +Expunge Both +SyncState * |
