chiark
/
gitweb
/
~mdw
/
stgit
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add the "smtpdelay" config option
[stgit]
/
examples
/
stgitrc
diff --git
a/examples/stgitrc
b/examples/stgitrc
index d9bd6ca8a27a7fa1cee577353fbf7b0c0cfeabdc..fdb11b14e915457f86fb02f37205e754037fc2a7 100644
(file)
--- a/
examples/stgitrc
+++ b/
examples/stgitrc
@@
-17,6
+17,9
@@
smtpserver: localhost:25
#smtpuser: username
#smtppassword: password
+# delay between messages in seconds (defaults to 2)
+#smtpdelay: 2
+
# stg will look for this first, then look for the EDITOR environmental
# variable, then default to using 'vi'
#editor: /usr/bin/vi