mbsync - correct name and add source

This commit is contained in:
Felix Van der Jeugt 2016-06-03 19:08:07 +02:00
parent f1fffbf07e
commit 3be103cf85
1 changed files with 22 additions and 0 deletions

View File

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