farewell, ugent email #noexchangeforme

This commit is contained in:
Felix Van der Jeugt 2015-11-01 19:43:03 +01:00
parent de28f1597f
commit 0f33f7a000

View File

@ -6,33 +6,17 @@ 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'" PassCmd "gpg -u Noctua -q --for-your-eyes-only --no-tty -d ~/.config/passwords.gpg | sed -n 's/gmail=//p'"
SSLType "IMAPS" SSLType "IMAPS"
CertificateFile "/etc/ssl/certs/ca-certificates.crt" CertificateFile "/etc/ssl/certs/ca-certificates.crt"
IMAPAccount ugent
Host "mail.ugent.be"
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'"
SSLTYPE "STARTTLS"
CertificateFile "/etc/ssl/certs/ca-certificates.crt"
# }}} Accounts # }}} Accounts
# Remote Stores {{{ # Remote Stores {{{
IMAPStore gmail-remote IMAPStore gmail-remote
Account "gmail" Account "gmail"
IMAPStore ugent-remote
Account "ugent"
# }}} # }}}
# Local Stores {{{ # Local Stores {{{
MaildirStore gmail-local MaildirStore gmail-local
Path "/mnt/lexicon/Mail/gmail/" Path "/mnt/lexicon/Mail/gmail/"
Inbox "/mnt/lexicon/Mail/gmail/Inbox" Inbox "/mnt/lexicon/Mail/gmail/Inbox"
MaildirStore ugent-local
Path "/mnt/lexicon/Mail/ugent/"
Inbox "/mnt/lexicon/Mail/ugent/Inbox"
Trash "/mnt/lexicon/Mail/ugent/Trash"
SubFolders "Verbatim"
# }}} # }}}
# Channels {{{ # Channels {{{
@ -56,13 +40,6 @@ Master ":gmail-remote:[Google Mail]/Bin"
Slave ":gmail-local:Trash" Slave ":gmail-local:Trash"
Create "Slave" Create "Slave"
SyncState "*" SyncState "*"
Channel ugent
Master ":ugent-remote:"
Slave ":ugent-local:"
Create "Slave"
Patterns "*"
SyncState "*"
# }}} # }}}
# Groups {{{ # Groups {{{