aboutsummaryrefslogtreecommitdiff
path: root/.mbsyncrc
diff options
context:
space:
mode:
Diffstat (limited to '.mbsyncrc')
-rw-r--r--.mbsyncrc33
1 files changed, 31 insertions, 2 deletions
diff --git a/.mbsyncrc b/.mbsyncrc
index b80c0a1..f6678a7 100644
--- a/.mbsyncrc
+++ b/.mbsyncrc
@@ -93,8 +93,8 @@ SyncState *
# suse.com
IMAPAccount susecom
-Host gwmail.emea.novell.com
-User msabate
+Host outlook.office365.com
+User msabate@suse.com
PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.mbsyncpasssusecom.gpg"
SSLType IMAPS
AuthMechs Login
@@ -117,3 +117,32 @@ Create Both
Sync All
Expunge Both
SyncState *
+
+##
+# ajuntament
+
+IMAPAccount ajuntament
+Host mail.diba.cat
+User dibasp\\sabatesm
+PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.mbsyncpasssusede.gpg"
+SSLType IMAPS
+AuthMechs Login
+CertificateFile /etc/ssl/ca-bundle.pem
+Timeout 0
+
+IMAPStore ajuntament-remote
+Account ajuntament
+
+MaildirStore ajuntament-local
+Path ~/.mail/ajuntament/
+Inbox ~/.mail/ajuntament/inbox
+SubFolders Verbatim
+
+Channel ajuntament
+Master :ajuntament-remote:
+Slave :ajuntament-local:
+Patterns * !Calendar
+Create Both
+Sync All
+Expunge Both
+SyncState * \ No newline at end of file