diff options
Diffstat (limited to '.config/neomutt/neomuttrc')
-rw-r--r-- | .config/neomutt/neomuttrc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/neomutt/neomuttrc b/.config/neomutt/neomuttrc index cd071ef..1e5bd13 100644 --- a/.config/neomutt/neomuttrc +++ b/.config/neomutt/neomuttrc @@ -9,13 +9,13 @@ set record = "+Sent" set trash = "+Trash" set postponed = "+Drafts" -# imap credentials -set imap_user = "loek@mail.pipeframe.xyz" +# credentials +set imap_user = "loek" set imap_pass = "$(pass srv/wipper/passwd/loek)" - -# smtp credentials set smtp_pass = "$imap_pass" set smtp_url = "smtp://$imap_user@mail.pipeframe.xyz:587" +set smtp_authenticators = 'login' +set ssl_starttls = yes set ssl_force_tls = yes # automatically refresh incoming mail |