From 4fff6257ba3f43de4d3cfe3caea662e7c2370d37 Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Mon, 4 Jan 2016 17:30:02 +0100 Subject: [PATCH] Revert "farewell, ugent email #noexchangeforme". Thanks git. This reverts commit 0f33f7a0006a88269618ed41a9834fe3805852bb. --- mbsyncrc | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/mbsyncrc b/mbsyncrc index c515400..530d73c 100644 --- a/mbsyncrc +++ b/mbsyncrc @@ -6,17 +6,33 @@ User "felix.vanderjeugt@gmail.com" PassCmd "gpg -u Noctua -q --for-your-eyes-only --no-tty -d ~/.config/passwords.gpg | sed -n 's/gmail=//p'" SSLType "IMAPS" CertificateFile "/etc/ssl/certs/ca-certificates.crt" + +IMAPAccount ugent +Host "mail.ugent.be" +User "felix.vanderjeugt@ugent.be" +PassCmd "gpg -u Noctua -q --for-your-eyes-only --no-tty -d ~/.config/passwords.gpg | sed -n 's/ugent=//p'" +SSLTYPE "STARTTLS" +CertificateFile "/etc/ssl/certs/ca-certificates.crt" # }}} Accounts # Remote Stores {{{ IMAPStore gmail-remote Account "gmail" + +IMAPStore ugent-remote +Account "ugent" # }}} # Local Stores {{{ MaildirStore gmail-local Path "/mnt/lexicon/Mail/gmail/" Inbox "/mnt/lexicon/Mail/gmail/Inbox" + +MaildirStore ugent-local +Path "/mnt/lexicon/Mail/ugent/" +Inbox "/mnt/lexicon/Mail/ugent/Inbox" +Trash "/mnt/lexicon/Mail/ugent/Trash" +SubFolders "Verbatim" # }}} # Channels {{{ @@ -40,6 +56,13 @@ Master ":gmail-remote:[Google Mail]/Bin" Slave ":gmail-local:Trash" Create "Slave" SyncState "*" + +Channel ugent +Master ":ugent-remote:" +Slave ":ugent-local:" +Create "Slave" +Patterns "*" +SyncState "*" # }}} # Groups {{{