summaryrefslogtreecommitdiff
path: root/mbsyncrc
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2016-03-10 14:29:06 +0000
committerUrbain Vaes <urbain@vaes.uk>2016-03-10 14:29:06 +0000
commit3446f5387389b0e1671481c8a8fb9ea0eed519f6 (patch)
tree543bde435847c700507c3b229460b446f4a09028 /mbsyncrc
parentc9f80e43f431d89bbccd1ecc68c7b48fb8c01dd4 (diff)
Remove . from dotfiles for convenience
Diffstat (limited to 'mbsyncrc')
-rw-r--r--mbsyncrc62
1 files changed, 62 insertions, 0 deletions
diff --git a/mbsyncrc b/mbsyncrc
new file mode 100644
index 0000000..08a006e
--- /dev/null
+++ b/mbsyncrc
@@ -0,0 +1,62 @@
+Create Both
+Expunge Both
+SyncState *
+Sync All
+
+IMAPAccount Work
+Host outlook.office365.com
+User uv113@ic.ac.uk
+PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.password-store/email/u.vaes13@imperial.ac.uk.gpg"
+SSLType IMAPS
+CertificateFile /etc/ssl/certs/ca-certificates.crt
+
+IMAPAccount Personal
+Host box.bknguyen.org
+User mail@urbainvaes.com
+PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.password-store/email/mail@urbainvaes.com.gpg"
+SSLType IMAPS
+CertificateFile /etc/ssl/certs/ca-certificates.crt
+
+IMAPStore Work-remote
+Account Work
+
+IMAPStore Personal-remote
+Account Personal
+
+MaildirStore Work-local
+Path ~/.mail/Work/
+
+MaildirStore Personal-local
+Path ~/.mail/Personal/
+
+Channel Work-inbox
+Master :Work-remote:"INBOX"
+Slave :Work-local:"Work"
+
+Channel Work-draft
+Master :Work-remote:"Drafts"
+Slave :Work-local:"Work.drafts"
+
+Channel Work-sent
+Master :Work-remote:"Sent Items"
+Slave :Work-local:"Work.sent"
+
+Channel Work-bin
+Master :Work-remote:"Deleted Items"
+Slave :Work-local:"Work.bin"
+
+Channel Personal-inbox
+Master :Personal-remote:"INBOX"
+Slave :Personal-local:"Personal"
+
+Channel Personal-draft
+Master :Personal-remote:"Drafts"
+Slave :Personal-local:"Personal.drafts"
+
+Channel Personal-sent
+Master :Personal-remote:"Sent"
+Slave :Personal-local:"Personal.sent"
+
+Channel Personal-bin
+Master :Personal-remote:"Trash"
+Slave :Personal-local:"Personal.bin"