summaryrefslogtreecommitdiffstats
path: root/git-imap-send.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-05-05 23:14:25 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-05-05 23:14:25 +0000
commit1bb569ec8189e0498dc17c57e9237ffd85beb273 (patch)
tree810ac97c3b91652af2e900f2779e111965c4984d /git-imap-send.txt
parent88a3a070894a23a10133fee89065cb27199cf58b (diff)
downloadgit-htmldocs-1bb569ec8189e0498dc17c57e9237ffd85beb273.tar.gz
Autogenerated HTML docs for v1.3.2-g8611
Diffstat (limited to 'git-imap-send.txt')
-rw-r--r--git-imap-send.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/git-imap-send.txt b/git-imap-send.txt
index cfc0d88d0..eca9e9cce 100644
--- a/git-imap-send.txt
+++ b/git-imap-send.txt
@@ -29,6 +29,7 @@ CONFIGURATION
git-imap-send requires the following values in the repository
configuration file (shown with examples):
+..........................
[imap]
Folder = "INBOX.Drafts"
@@ -38,8 +39,9 @@ configuration file (shown with examples):
[imap]
Host = imap.server.com
User = bob
- Password = pwd
+ Pass = pwd
Port = 143
+..........................
BUGS