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 {{{