abysmify mail
This commit is contained in:
parent
f913e5f4e5
commit
f48d588c5e
@ -3,14 +3,14 @@
|
||||
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'"
|
||||
PassCmd "gpg2 -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"
|
||||
|
||||
IMAPAccount ugent
|
||||
Host "owa.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'"
|
||||
PassCmd "gpg2 -u Noctua -q --for-your-eyes-only --no-tty -d ~/.config/passwords.gpg | sed -n 's/ugent=//p'"
|
||||
AuthMechs "PLAIN"
|
||||
SSLTYPE "IMAPS"
|
||||
CertificateFile "/etc/ssl/certs/ca-certificates.crt"
|
||||
@ -26,14 +26,13 @@ Account "ugent"
|
||||
|
||||
# Local Stores {{{
|
||||
MaildirStore gmail-local
|
||||
Path "/mnt/lexicon/Mail/gmail/"
|
||||
Inbox "/mnt/lexicon/Mail/gmail/Inbox"
|
||||
Path "/mail/gmail/"
|
||||
Inbox "/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"
|
||||
Path "/mail/ugent/"
|
||||
Inbox "/mail/ugent/Inbox"
|
||||
Trash "/mail/ugent/Trash"
|
||||
# }}}
|
||||
|
||||
# Channels {{{
|
Loading…
Reference in New Issue
Block a user