diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-23 12:43:33 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-23 12:43:33 +0100 |
commit | bc886ec713826cf706b3a072a55bc4389185b53e (patch) | |
tree | 614e212f5e35a1c62c60aeff584c125f47a3d9e3 /.config/neomutt/neomuttrc | |
parent | 6479dbb2ddd5782747d2cf8c18260de1971ae99f (diff) |
more tweaks
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 |