diff options
author | Aaron LI <aaronly.me@gmail.com> | 2016-05-14 16:23:05 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@gmail.com> | 2016-05-14 16:23:05 +0800 |
commit | a4128a8f80ceeecce0c78c03b379112d1a6f1e23 (patch) | |
tree | a4effcf57b4d76091be94d49f7e4c5d3ffd72394 /_msmtprc | |
parent | 365755847848c8f6375e6961d02b0576630053a0 (diff) | |
download | dotfiles-a4128a8f80ceeecce0c78c03b379112d1a6f1e23.tar.bz2 |
_msmptrc: change log file location
Diffstat (limited to '_msmtprc')
-rw-r--r-- | _msmtprc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,7 +12,7 @@ ## ## Aaron LI ## Created: 2015-02-01 -## Updated: 2016-01-31 +## Updated: 2016-05-13 ## @@ -27,7 +27,7 @@ tls_certcheck on # Just use `tls_fingerprint' for better security. # If use `tls_trust_file', the `tls_crl_file' should also be used. tls_trust_file ~/.private/ca-certificates.crt -logfile ~/.msmtp/msmtp.log +logfile ~/.cache/msmtp.log ### Gmail - aaronly.me ### |