diff options
author | Tharre <tharre3@gmail.com> | 2018-09-13 23:19:18 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2018-09-13 23:19:18 +0200 |
commit | c8d73e271ae6ae39ef975cc637c4c16287d61ae6 (patch) | |
tree | b9395fb7890945fa3634b346180bbfe094b3d6df | |
parent | 20fc4644ab04b4c5131c5c3579af5c38b0a3dc9b (diff) | |
download | dotfiles-c8d73e271ae6ae39ef975cc637c4c16287d61ae6.tar.gz dotfiles-c8d73e271ae6ae39ef975cc637c4c16287d61ae6.tar.xz dotfiles-c8d73e271ae6ae39ef975cc637c4c16287d61ae6.zip |
git: add sendemail configuration for msmtp
-rw-r--r-- | .gitconfig | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -14,3 +14,7 @@ fsckobjects = true [fetch] fsckobjects = false +[sendemail] + smtpencryption = tls + smtpserver = /usr/bin/msmtp + confirm = auto |