abysmify mail
This commit is contained in:
parent
f913e5f4e5
commit
f48d588c5e
@ -3,14 +3,14 @@
|
|||||||
IMAPAccount gmail
|
IMAPAccount gmail
|
||||||
Host "imap.gmail.com"
|
Host "imap.gmail.com"
|
||||||
User "felix.vanderjeugt@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"
|
SSLType "IMAPS"
|
||||||
CertificateFile "/etc/ssl/certs/ca-certificates.crt"
|
CertificateFile "/etc/ssl/certs/ca-certificates.crt"
|
||||||
|
|
||||||
IMAPAccount ugent
|
IMAPAccount ugent
|
||||||
Host "owa.ugent.be"
|
Host "owa.ugent.be"
|
||||||
User "felix.vanderjeugt@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"
|
AuthMechs "PLAIN"
|
||||||
SSLTYPE "IMAPS"
|
SSLTYPE "IMAPS"
|
||||||
CertificateFile "/etc/ssl/certs/ca-certificates.crt"
|
CertificateFile "/etc/ssl/certs/ca-certificates.crt"
|
||||||
@ -26,14 +26,13 @@ Account "ugent"
|
|||||||
|
|
||||||
# Local Stores {{{
|
# Local Stores {{{
|
||||||
MaildirStore gmail-local
|
MaildirStore gmail-local
|
||||||
Path "/mnt/lexicon/Mail/gmail/"
|
Path "/mail/gmail/"
|
||||||
Inbox "/mnt/lexicon/Mail/gmail/Inbox"
|
Inbox "/mail/gmail/Inbox"
|
||||||
|
|
||||||
MaildirStore ugent-local
|
MaildirStore ugent-local
|
||||||
Path "/mnt/lexicon/Mail/ugent/"
|
Path "/mail/ugent/"
|
||||||
Inbox "/mnt/lexicon/Mail/ugent/Inbox"
|
Inbox "/mail/ugent/Inbox"
|
||||||
Trash "/mnt/lexicon/Mail/ugent/Trash"
|
Trash "/mail/ugent/Trash"
|
||||||
SubFolders "Verbatim"
|
|
||||||
# }}}
|
# }}}
|
||||||
|
|
||||||
# Channels {{{
|
# Channels {{{
|
1
zshrc
1
zshrc
@ -48,6 +48,7 @@ alias nano="nvim"
|
|||||||
|
|
||||||
# Don't type that config location al the time.
|
# Don't type that config location al the time.
|
||||||
alias ncmpcpp="ncmpcpp -c ~/.config/ncmpcpp/config"
|
alias ncmpcpp="ncmpcpp -c ~/.config/ncmpcpp/config"
|
||||||
|
alias mbsync="mbsync -c ~/.config/mbsync/config"
|
||||||
|
|
||||||
# Base16 Shell
|
# Base16 Shell
|
||||||
BASE16_SHELL="$HOME/.config/base16-shell/base16-greenscreen.dark.sh"
|
BASE16_SHELL="$HOME/.config/base16-shell/base16-greenscreen.dark.sh"
|
||||||
|
Loading…
Reference in New Issue
Block a user