diff options
author | Alan Pearce | 2017-09-22 12:43:04 +0200 |
---|---|---|
committer | Alan Pearce | 2017-09-22 12:43:04 +0200 |
commit | 317cc0e7a0cbef0df499f05b38e4d7e9dc47bc32 (patch) | |
tree | 735c7a9f525743b1f161a4f9dde2db89c20d9a7a | |
parent | a4cc28d1a815d504b637739f78100676983bda5c (diff) | |
download | dotfiles-317cc0e7a0cbef0df499f05b38e4d7e9dc47bc32.tar.lz dotfiles-317cc0e7a0cbef0df499f05b38e4d7e9dc47bc32.tar.zst dotfiles-317cc0e7a0cbef0df499f05b38e4d7e9dc47bc32.zip |
msmtp: Fix google mail password
-rw-r--r-- | msmtp/.msmtprc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/msmtp/.msmtprc b/msmtp/.msmtprc index 8e55b09..bf67ed1 100644 --- a/msmtp/.msmtprc +++ b/msmtp/.msmtprc @@ -31,7 +31,7 @@ from alan@satoshipay.io user alan@satoshipay.io port 465 tls_starttls off -passwordeval pass satoshipay/google +passwordeval pass satoshipay/google/app-mail # Set a default account account default : personal |