From 3be103cf85af190fa8999f802064d0c91d0ba341 Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Fri, 3 Jun 2016 19:08:07 +0200 Subject: [PATCH] mbsync - correct name and add source --- mbsynrc => mbsyncrc | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) rename mbsynrc => mbsyncrc (79%) diff --git a/mbsynrc b/mbsyncrc similarity index 79% rename from mbsynrc rename to mbsyncrc index b62da1c..05f105d 100644 --- a/mbsynrc +++ b/mbsyncrc @@ -14,6 +14,13 @@ PassCmd "gpg2 -u Noctua -q --for-your-eyes-only --no-tty -d ~/.config/pa AuthMechs "PLAIN" SSLTYPE "IMAPS" CertificateFile "/etc/ssl/certs/ca-certificates.crt" + +IMAPAccount thijs +Host "owa.ugent.be" +User "thijs.vangerrewey@ugent.be" +AuthMechs "PLAIN" +SSLTYPE "IMAPS" +CertificateFile "/etc/ssl/certs/ca-certificates.crt" # }}} Accounts # Remote Stores {{{ @@ -22,6 +29,9 @@ Account "gmail" IMAPStore ugent-remote Account "ugent" + +IMAPStore thijs-remote +Account "thijs" # }}} # Local Stores {{{ @@ -33,6 +43,11 @@ MaildirStore ugent-local Path "/data/mail/ugent/" Inbox "/data/mail/ugent/Inbox" Trash "/data/mail/ugent/Trash" + +MaildirStore thijs-local +Path "/data/temporary/thijs/" +Inbox "/data/temporary/thijs/Inbox" +Trash "/data/temporary/thijs/Trash" # }}} # Channels {{{ @@ -72,6 +87,13 @@ Master ":ugent-remote:Verwijderde Items" Slave ":ugent-local:Trash" Create "Slave" SyncState "*" + +Channel thijs-inbox +Master ":thijs-remote:" +Patterns "*" +Slave ":thijs-local:" +Create "Slave" +SyncState "*" # }}} # Groups {{{