2015-01-07 10:06:19 +01:00
|
|
|
|
|
|
|
# Accounts {{{
|
|
|
|
IMAPAccount gmail
|
|
|
|
Host "imap.gmail.com"
|
|
|
|
User "felix.vanderjeugt@gmail.com"
|
2018-08-13 13:56:35 +02:00
|
|
|
PassCmd "pass show other/gmail"
|
2015-01-07 10:06:19 +01:00
|
|
|
SSLType "IMAPS"
|
|
|
|
CertificateFile "/etc/ssl/certs/ca-certificates.crt"
|
2016-01-04 17:30:02 +01:00
|
|
|
|
|
|
|
IMAPAccount ugent
|
2016-01-12 09:14:41 +01:00
|
|
|
Host "owa.ugent.be"
|
2016-01-04 17:30:02 +01:00
|
|
|
User "felix.vanderjeugt@ugent.be"
|
2019-11-27 14:44:22 +01:00
|
|
|
PassCmd "pass show ugent/_ | head -1"
|
2016-01-12 09:14:41 +01:00
|
|
|
AuthMechs "PLAIN"
|
|
|
|
SSLTYPE "IMAPS"
|
2016-01-04 17:30:02 +01:00
|
|
|
CertificateFile "/etc/ssl/certs/ca-certificates.crt"
|
2018-08-13 13:56:35 +02:00
|
|
|
|
|
|
|
IMAPAccount posteo
|
|
|
|
Host "posteo.de"
|
|
|
|
User "felix.vanderjeugt@posteo.net"
|
|
|
|
PassCmd "pass show other/posteo-mbsync"
|
|
|
|
SSLTYPE "IMAPS"
|
2015-01-07 10:06:19 +01:00
|
|
|
# }}} Accounts
|
|
|
|
|
|
|
|
# Remote Stores {{{
|
|
|
|
IMAPStore gmail-remote
|
|
|
|
Account "gmail"
|
2016-01-04 17:30:02 +01:00
|
|
|
|
|
|
|
IMAPStore ugent-remote
|
|
|
|
Account "ugent"
|
2018-08-13 13:56:35 +02:00
|
|
|
|
|
|
|
IMAPStore posteo-remote
|
|
|
|
Account "posteo"
|
2015-01-07 10:06:19 +01:00
|
|
|
# }}}
|
|
|
|
|
|
|
|
# Local Stores {{{
|
|
|
|
MaildirStore gmail-local
|
2016-03-18 16:42:13 +01:00
|
|
|
Path "/data/mail/gmail/"
|
|
|
|
Inbox "/data/mail/gmail/Inbox"
|
2016-01-04 17:30:02 +01:00
|
|
|
|
|
|
|
MaildirStore ugent-local
|
2016-03-18 16:42:13 +01:00
|
|
|
Path "/data/mail/ugent/"
|
|
|
|
Inbox "/data/mail/ugent/Inbox"
|
|
|
|
Trash "/data/mail/ugent/Trash"
|
2017-10-02 23:48:20 +02:00
|
|
|
SubFolders "Verbatim"
|
2018-08-13 13:56:35 +02:00
|
|
|
|
|
|
|
MaildirStore posteo-local
|
|
|
|
Path "/data/mail/posteo/"
|
|
|
|
Inbox "/data/mail/posteo/Inbox"
|
2015-01-07 10:06:19 +01:00
|
|
|
# }}}
|
|
|
|
|
|
|
|
# Channels {{{
|
|
|
|
Channel gmail-inbox
|
|
|
|
Master ":gmail-remote:"
|
|
|
|
Slave ":gmail-local:"
|
|
|
|
Create "Slave"
|
|
|
|
Pattern "INBOX"
|
|
|
|
SyncState "*"
|
|
|
|
|
|
|
|
Channel gmail-sent
|
|
|
|
Master ":gmail-remote:[Google Mail]/Sent Mail"
|
|
|
|
Slave ":gmail-local:Sent"
|
|
|
|
Create "Slave"
|
|
|
|
SyncState "*"
|
|
|
|
|
|
|
|
Channel gmail-trash
|
|
|
|
Master ":gmail-remote:[Google Mail]/Bin"
|
|
|
|
Slave ":gmail-local:Trash"
|
|
|
|
Create "Slave"
|
|
|
|
SyncState "*"
|
2016-01-04 17:30:02 +01:00
|
|
|
|
2016-01-13 13:08:31 +01:00
|
|
|
Channel ugent-inbox
|
|
|
|
Master ":ugent-remote:Inbox"
|
2016-01-04 17:30:02 +01:00
|
|
|
Slave ":ugent-local:"
|
2016-01-13 13:08:31 +01:00
|
|
|
Create "Slave"
|
|
|
|
SyncState "*"
|
|
|
|
|
|
|
|
Channel ugent-sent
|
|
|
|
Master ":ugent-remote:Verzonden Items"
|
|
|
|
Slave ":ugent-local:Sent"
|
|
|
|
Create "Slave"
|
|
|
|
SyncState "*"
|
|
|
|
|
|
|
|
Channel ugent-trash
|
|
|
|
Master ":ugent-remote:Verwijderde Items"
|
|
|
|
Slave ":ugent-local:Trash"
|
|
|
|
Create "Slave"
|
2016-01-04 17:30:02 +01:00
|
|
|
SyncState "*"
|
2018-08-13 13:56:35 +02:00
|
|
|
|
|
|
|
Channel posteo-inbox
|
|
|
|
Master ":posteo-remote:Inbox"
|
|
|
|
Slave ":posteo-local:"
|
|
|
|
Create "Slave"
|
|
|
|
SyncState "*"
|
|
|
|
|
|
|
|
Channel posteo-sent
|
|
|
|
Master ":posteo-remote:Sent"
|
|
|
|
Slave ":posteo-local:Sent"
|
|
|
|
Create "Slave"
|
|
|
|
SyncState "*"
|
|
|
|
|
|
|
|
Channel posteo-trash
|
|
|
|
Master ":posteo-remote:Trash"
|
|
|
|
Slave ":posteo-local:Trash"
|
|
|
|
Create "Slave"
|
|
|
|
SyncState "*"
|
|
|
|
|
|
|
|
Channel posteo-draft
|
|
|
|
Master ":posteo-remote:Drafts"
|
|
|
|
Slave ":posteo-local:Drafts"
|
|
|
|
Create "Slave"
|
|
|
|
SyncState "*"
|
2015-01-07 10:06:19 +01:00
|
|
|
# }}}
|
|
|
|
|
|
|
|
# Groups {{{
|
|
|
|
Group gmail
|
|
|
|
Channel "gmail-inbox"
|
|
|
|
Channel "gmail-sent"
|
|
|
|
Channel "gmail-trash"
|
2016-01-13 13:08:31 +01:00
|
|
|
|
|
|
|
Group ugent
|
|
|
|
Channel "ugent-inbox"
|
|
|
|
Channel "ugent-sent"
|
|
|
|
Channel "ugent-trash"
|
2018-08-13 13:56:35 +02:00
|
|
|
|
|
|
|
Group posteo
|
|
|
|
Channel "posteo-inbox"
|
|
|
|
Channel "posteo-sent"
|
|
|
|
Channel "posteo-trash"
|
|
|
|
Channel "posteo-draft"
|
2015-01-07 10:06:19 +01:00
|
|
|
# }}}
|
|
|
|
|
|
|
|
# vim: foldmethod=marker
|