diff options
author | Joe <bousset.rudy@gmail.com> | 2023-01-31 21:13:10 +0100 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2023-01-31 21:13:10 +0100 |
commit | ae83bf5ca77c4cb3b6f219456e92d4c5e0f8fc9f (patch) | |
tree | 7341031ed0f84167350e95f48397761ef6544ad9 /.config/msmtp | |
parent | fbsd merge (diff) | |
parent | up (diff) | |
download | dotfiles-bsd-ae83bf5ca77c4cb3b6f219456e92d4c5e0f8fc9f.tar.gz dotfiles-bsd-ae83bf5ca77c4cb3b6f219456e92d4c5e0f8fc9f.tar.bz2 dotfiles-bsd-ae83bf5ca77c4cb3b6f219456e92d4c5e0f8fc9f.tar.xz dotfiles-bsd-ae83bf5ca77c4cb3b6f219456e92d4c5e0f8fc9f.tar.zst dotfiles-bsd-ae83bf5ca77c4cb3b6f219456e92d4c5e0f8fc9f.zip |
Merge branch 'master' of gitjoe.xyz:dotfiles-bsd
Diffstat (limited to '')
-rw-r--r-- | .config/msmtp/config | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.config/msmtp/config b/.config/msmtp/config index 85c76f9..535b027 100644 --- a/.config/msmtp/config +++ b/.config/msmtp/config @@ -4,13 +4,6 @@ tls on tls_trust_file /etc/ssl/cert.pem logfile /home/jozan/.config/msmtp/msmtp.log -account main - host 127.0.0.1 - port 1025 - from rrbo@proton.me - user rrbo@proton.me - passwordeval "pass show mutt/main" - account gmail_br host smtp.gmail.com port 587 |