From 3446f5387389b0e1671481c8a8fb9ea0eed519f6 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Thu, 10 Mar 2016 14:29:06 +0000 Subject: Remove . from dotfiles for convenience --- mbsyncrc | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 mbsyncrc (limited to 'mbsyncrc') 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" -- cgit v1.2.3