Code

Fix the wrong output of `git-show v1.3.0~155^2~4` in documentation.
[git.git] / Documentation / git-imap-send.txt
index cfc0d88d027dbf84a0e754387a9611076dc74489..522b73c12f4a5336c45882826d5599fe807590df 100644 (file)
@@ -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
@@ -57,4 +59,4 @@ Documentation by Mike McCormack
 
 GIT
 ---
-Part of the gitlink:git[7] suite
+Part of the linkgit:git[7] suite