dotfiles/mail/.config/mutt/account-uni
Jens Sauer 1c450d4011 mail: Limit gmail authenticators
I only use the 'login' authenticator. When i.e. sasl-xoauth is available
a error is printed before login happens. Limiting the authenticator to
the only method hide this.
2020-12-01 21:49:21 +01:00

36 lines
876 B
Plaintext

# Mutt account for jens.mathis.sauer@uni-oldenburg.de
unalternates "*"
unsubscribe *
unlists *
unhook save-hook
unset imap_authenticators
# Personal configuration
#
set from = "jens.mathis.sauer@uni-oldenburg.de"
alternates "^jens.mathis.sauer@uol\.de$"
set hostname = "uni-oldenburg.de"
set pgp_default_key = "0x7D98E633A4FFE8B7"
#
# Mail configuration
#
set folder = "imaps://imap.uni-oldenburg.de"
set spoolfile = "=INBOX"
set record = "=Sent Items"
set mbox = "=mbox"
set postponed = "=Drafts"
set trash = "=Deleted Items"
set sendmail = "/usr/bin/msmtp -a uni"
account-hook $folder "set imap_user = 'bodu0604' imap_pass = '`gpg --decrypt --quiet --batch ~/.config/mutt/account-uni-pass.asc`'"
#
# Source confidential settings
# save-hooks and mailinglists
#
source "gpg --decrypt --quiet --batch ~/.config/mutt/account-uni-confidential.asc|"
# vim: filetype=muttrc