[git] Set sendmail command to msmtp
This commit is contained in:
parent
5372935689
commit
1d92f09835
1 changed files with 2 additions and 0 deletions
|
@ -5,3 +5,5 @@
|
||||||
xfuncname = "^\\*+ +(.+)"
|
xfuncname = "^\\*+ +(.+)"
|
||||||
[diff "lisp"]
|
[diff "lisp"]
|
||||||
xfuncname = "^[[:space:]]*?\\(def\\w+? ((\\w|-|'|:|=|<|>)+)"
|
xfuncname = "^[[:space:]]*?\\(def\\w+? ((\\w|-|'|:|=|<|>)+)"
|
||||||
|
[sendemail]
|
||||||
|
sendmailcmd = /usr/bin/msmtp -t
|
||||||
|
|
Loading…
Reference in a new issue