summaryrefslogtreecommitdiff
path: root/mbsyncrc
diff options
context:
space:
mode:
Diffstat (limited to 'mbsyncrc')
-rw-r--r--mbsyncrc62
1 files changed, 0 insertions, 62 deletions
diff --git a/mbsyncrc b/mbsyncrc
deleted file mode 100644
index 08a006e..0000000
--- a/mbsyncrc
+++ /dev/null
@@ -1,62 +0,0 @@
-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"