2015-01-07 10:06:19 +01:00
|
|
|
|
|
|
|
# Accounts {{{
|
|
|
|
IMAPAccount gmail
|
|
|
|
Host "imap.gmail.com"
|
|
|
|
User "felix.vanderjeugt@gmail.com"
|
|
|
|
PassCmd "gpg -u Noctua -q --for-your-eyes-only --no-tty -d ~/.config/passwords.gpg | sed -n 's/gmail=//p'"
|
|
|
|
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"
|
|
|
|
PassCmd "gpg -u Noctua -q --for-your-eyes-only --no-tty -d ~/.config/passwords.gpg | sed -n 's/ugent=//p'"
|
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"
|
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"
|
2015-01-07 10:06:19 +01:00
|
|
|
# }}}
|
|
|
|
|
|
|
|
# Local Stores {{{
|
|
|
|
MaildirStore gmail-local
|
2015-01-24 18:27:26 +01:00
|
|
|
Path "/mnt/lexicon/Mail/gmail/"
|
|
|
|
Inbox "/mnt/lexicon/Mail/gmail/Inbox"
|
2016-01-04 17:30:02 +01:00
|
|
|
|
|
|
|
MaildirStore ugent-local
|
|
|
|
Path "/mnt/lexicon/Mail/ugent/"
|
|
|
|
Inbox "/mnt/lexicon/Mail/ugent/Inbox"
|
|
|
|
Trash "/mnt/lexicon/Mail/ugent/Trash"
|
|
|
|
SubFolders "Verbatim"
|
2015-01-07 10:06:19 +01:00
|
|
|
# }}}
|
|
|
|
|
|
|
|
# Channels {{{
|
|
|
|
Channel gmail-inbox
|
|
|
|
Master ":gmail-remote:"
|
|
|
|
Slave ":gmail-local:"
|
|
|
|
Create "Slave"
|
|
|
|
Pattern "INBOX"
|
|
|
|
#Expunge "Slave"
|
|
|
|
SyncState "*"
|
|
|
|
|
|
|
|
Channel gmail-sent
|
|
|
|
Master ":gmail-remote:[Google Mail]/Sent Mail"
|
|
|
|
Slave ":gmail-local:Sent"
|
|
|
|
Create "Slave"
|
|
|
|
#Expunge "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
|
|
|
|
|
|
|
Channel ugent
|
|
|
|
Master ":ugent-remote:"
|
|
|
|
Slave ":ugent-local:"
|
2016-01-12 09:14:41 +01:00
|
|
|
Create "both"
|
|
|
|
Expunge "both"
|
2016-01-04 17:30:02 +01:00
|
|
|
Patterns "*"
|
|
|
|
SyncState "*"
|
2015-01-07 10:06:19 +01:00
|
|
|
# }}}
|
|
|
|
|
|
|
|
# Groups {{{
|
|
|
|
Group gmail
|
|
|
|
Channel "gmail-inbox"
|
|
|
|
Channel "gmail-sent"
|
|
|
|
Channel "gmail-trash"
|
|
|
|
# }}}
|
|
|
|
|
|
|
|
# vim: foldmethod=marker
|