aboutsummaryrefslogtreecommitdiffstats
path: root/isync
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-07-12 13:06:36 +0100
committerYann Herklotz <git@yannherklotz.com>2022-07-12 13:06:36 +0100
commit2769fdcbe0e35c6b49375f7a1d360ad488ccc202 (patch)
treeca1b2e9339fba8015f71d21267409c5a6b22c679 /isync
parentd678329c72876f9814f24c270de8df5d193b5562 (diff)
downloaddotfiles-2769fdcbe0e35c6b49375f7a1d360ad488ccc202.tar.gz
dotfiles-2769fdcbe0e35c6b49375f7a1d360ad488ccc202.zip
Add more accounts to mbsync
Diffstat (limited to 'isync')
-rw-r--r--isync/.mbsyncrc48
1 files changed, 48 insertions, 0 deletions
diff --git a/isync/.mbsyncrc b/isync/.mbsyncrc
index 221a067..d099333 100644
--- a/isync/.mbsyncrc
+++ b/isync/.mbsyncrc
@@ -12,12 +12,32 @@ User ymherklotz@mailbox.org
PassCmd "pass show mailbox/ymherklotz@mailbox.org"
SSLType IMAPS
+IMAPAccount live_leika
+Host outlook.office365.com
+Port 993
+User leika10@hotmail.fr
+PassCmd "pass show live.com/leika10@hotmail.fr_app"
+SSLType IMAPS
+
+IMAPAccount live_yannherklotz
+Host outlook.office365.com
+Port 993
+User yann.herklotz@hotmail.fr
+PassCmd "pass show live.com/yann.herklotz@hotmail.fr_app"
+SSLType IMAPS
+
IMAPStore imperial-remote
Account imperial
IMAPStore mailbox-remote
Account mailbox
+IMAPStore live_leika-remote
+Account live_leika
+
+IMAPStore live_yannherklotz-remote
+Account live_yannherklotz
+
MaildirStore imperial-local
Subfolders Verbatim
Path ~/.mail/imperial/
@@ -28,6 +48,16 @@ Subfolders Verbatim
Path ~/.mail/mailbox/
Inbox ~/.mail/mailbox/Inbox
+MaildirStore live_leika-local
+Subfolders Verbatim
+Path ~/Dropbox/mail/live_leika
+Inbox ~/Dropbox/mail/live_leika/Inbox
+
+MaildirStore live_yannherklotz-local
+Subfolders Verbatim
+Path ~/Dropbox/mail/live_yannherklotz
+Inbox ~/Dropbox/mail/live_yannherklotz/Inbox
+
Channel imperial
Far :imperial-remote:
Near :imperial-local:
@@ -45,3 +75,21 @@ Create Both
SyncState *
ExpireUnread no
Expunge Both
+
+Channel live_leika
+Far :live_leika-remote:
+Near :live_leika-local:
+Patterns *
+Create Both
+SyncState *
+ExpireUnread no
+Expunge Both
+
+Channel live_yannherklotz
+Far :live_yannherklotz-remote:
+Near :live_yannherklotz-local:
+Patterns *
+Create Both
+SyncState *
+ExpireUnread no
+Expunge Both