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:
parent
8997cdeb2a
commit
35e74baeb8
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user