diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-08-14 16:52:07 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-08-14 16:52:07 +0200 |
commit | a9405831555101c3d55edf1b54a97c3b13c81d0f (patch) | |
tree | 3ef83191a1eb2f6a26a1aebf96492130995f0bae /git/config | |
parent | eb399921d451edad85221958244cf480976b90b1 (diff) | |
download | dotfiles-a9405831555101c3d55edf1b54a97c3b13c81d0f.tar.xz |
git-config: Add smtpserveroptions for config file location
Diffstat (limited to 'git/config')
-rw-r--r-- | git/config | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -24,7 +24,9 @@ [merge] tool = vimdiff [sendemail] - smtpserver = /usr/bin/msmtp + smtpserver = "/usr/bin/msmtp" + smtpserveroption = "-C" + smtpserveroption = "/home/kyrias/.config/msmtprc" [credential] helper = /usr/share/git/credential/gnome-keyring/git-credential-gnome-keyring [status] |