abysmify mail

This commit is contained in:
Felix Van der Jeugt 2016-03-16 23:39:37 +01:00
parent f913e5f4e5
commit f48d588c5e
2 changed files with 8 additions and 8 deletions

View File

@ -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 {{{

1
zshrc
View File

@ -48,6 +48,7 @@ alias nano="nvim"
# Don't type that config location al the time.
alias ncmpcpp="ncmpcpp -c ~/.config/ncmpcpp/config"
alias mbsync="mbsync -c ~/.config/mbsync/config"
# Base16 Shell
BASE16_SHELL="$HOME/.config/base16-shell/base16-greenscreen.dark.sh"