]> asedeno.scripts.mit.edu Git - git.git/blobdiff - Documentation/git-imap-send.txt
Merge branch 'sp/maint-http-backend-die-triggers-die-recursively' into maint
[git.git] / Documentation / git-imap-send.txt
index d016dafd491de5a4635e30b92607dadbaf7bf46f..ad446b0e8b521d6fb8f779d943889b091b29e701 100644 (file)
@@ -13,10 +13,12 @@ SYNOPSIS
 
 DESCRIPTION
 -----------
-This command uploads a mailbox generated with 'git-format-patch'
+This command uploads a mailbox generated with 'git format-patch'
 into an IMAP drafts folder.  This allows patches to be sent as
 other email is when using mail clients that cannot read mailbox
-files directly.
+files directly. The command also works with any general mailbox
+in which emails have the fields "From", "Date", and "Subject" in
+that order.
 
 Typical usage is something like:
 
@@ -118,12 +120,6 @@ Thunderbird in particular is known to be problematic.  Thunderbird
 users may wish to visit this web page for more information:
   http://kb.mozillazine.org/Plain_text_e-mail_-_Thunderbird#Completely_plain_email
 
-
-BUGS
-----
-Doesn't handle lines starting with "From " in the message body.
-
-
 Author
 ------
 Derived from isync 1.0.1 by Mike McCormack.