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

View File

@ -14,6 +14,13 @@ PassCmd "gpg2 -u Noctua -q --for-your-eyes-only --no-tty -d ~/.config/pa
AuthMechs "PLAIN" AuthMechs "PLAIN"
SSLTYPE "IMAPS" SSLTYPE "IMAPS"
CertificateFile "/etc/ssl/certs/ca-certificates.crt" 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 # }}} Accounts
# Remote Stores {{{ # Remote Stores {{{
@ -22,6 +29,9 @@ Account "gmail"
IMAPStore ugent-remote IMAPStore ugent-remote
Account "ugent" Account "ugent"
IMAPStore thijs-remote
Account "thijs"
# }}} # }}}
# Local Stores {{{ # Local Stores {{{
@ -33,6 +43,11 @@ MaildirStore ugent-local
Path "/data/mail/ugent/" Path "/data/mail/ugent/"
Inbox "/data/mail/ugent/Inbox" Inbox "/data/mail/ugent/Inbox"
Trash "/data/mail/ugent/Trash" Trash "/data/mail/ugent/Trash"
MaildirStore thijs-local
Path "/data/temporary/thijs/"
Inbox "/data/temporary/thijs/Inbox"
Trash "/data/temporary/thijs/Trash"
# }}} # }}}
# Channels {{{ # Channels {{{
@ -72,6 +87,13 @@ Master ":ugent-remote:Verwijderde Items"
Slave ":ugent-local:Trash" Slave ":ugent-local:Trash"
Create "Slave" Create "Slave"
SyncState "*" SyncState "*"
Channel thijs-inbox
Master ":thijs-remote:"
Patterns "*"
Slave ":thijs-local:"
Create "Slave"
SyncState "*"
# }}} # }}}
# Groups {{{ # Groups {{{