mail: Change google imap auth method

Define the used method for imap authentication. Otherwise, when SASL is
available, mutt will try to authenticate with oauth-tokens. Maybe we
will use this in the future.
This commit is contained in:
Jens Sauer 2020-12-15 17:29:10 +01:00
parent 8997cdeb2a
commit 35e74baeb8

View File

@ -22,7 +22,7 @@ set spoolfile = "+INBOX"
set mbox = "+mbox"
#set postponed = +postponed
set trash = '+[Google Mail]/Papierkorb'
set imap_authenticators = "login"
set imap_authenticators = "plain"
account-hook $folder "set imap_user = 'jsauer65@gmail.com' imap_pass = '`gpg --decrypt --quiet --batch ~/.config/mutt/account-gmail-pass.asc`'"
set sendmail = "/usr/bin/msmtp -a gmail"