diff options
author | Matthew Lemon <y@yulqen.org> | 2023-05-06 15:49:39 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-05-06 15:49:39 +0100 |
commit | 8a8223774923e80d3a65660b8e2329be30f776da (patch) | |
tree | 86d0cdc5c5c3477836a64f70d801ae14b606bff5 /msmtprc | |
parent | b23337499a10130828f27ae4b77f65ba41330b10 (diff) |
Adds working neomutt config - offlineimap too
Diffstat (limited to 'msmtprc')
-rw-r--r-- | msmtprc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -account fastmail +account matthewlemon #host mail.messagingengine.com host smtp.fastmail.com from matt@matthewlemon.com @@ -10,7 +10,7 @@ port 465 auth on user mrlemon@mailforce.net #passwordeval python2 -c "import keyring; print keyring.get_password('fastmail', 'matthewlemon')" -passwordeval pass AppPasswords/mbsync_fastmail_may2022 +passwordeval pass evolution_email_fastmail #passwordeval gpg --no-tty -q -d /home/lemon/.password-store/Email/fastmail.gpg #passwordeval gpg -d /home/lemon/.password-store/Email/fastmail.gpg logfile ~/.msmtp.log @@ -26,4 +26,4 @@ logfile ~/.msmtp.log #tls_trust_file /etc/ssl/certs/ca-certificates.crt #passwordeval pass Email/gmail-application -account default : fastmail +account default : matthewlemon |