Add authentication capability to the mail command
[stgit] / stgitrc
diff --git a/stgitrc b/stgitrc
index 7698f31..6c2c9a7 100644 (file)
--- a/stgitrc
+++ b/stgitrc
@@ -9,6 +9,10 @@
 # 'refresh' will automatically mark the conflicts as resolved
 autoresolved: no
 
+smtpserver: localhost:25
+#smtpuser: username
+#smtppassword: password
+
 
 [gitmergeonefile]
 # Different three-way merge tools below. Uncomment the preferred one.