aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-imap-send.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-04-03 12:28:42 -0700
committerJunio C Hamano <gitster@pobox.com>2010-04-03 12:28:42 -0700
commit9b5a7c447b72d10442858193b5aae03a19fb1720 (patch)
tree356ed048bd294dcdebc8461394bebf2f85f9aba7 /Documentation/git-imap-send.txt
parentaa4beff4b5403a6d031d6be3d86f9ba27534dd53 (diff)
parent4916c8f9535866210df6ec837ab910f3b8348784 (diff)
downloadgit-9b5a7c447b72d10442858193b5aae03a19fb1720.tar.gz
Merge branch 'rr/imap-send-unconfuse-from-line'
* rr/imap-send-unconfuse-from-line: imap-send: Remove limitation on message body
Diffstat (limited to 'Documentation/git-imap-send.txt')
-rw-r--r--Documentation/git-imap-send.txt10
1 files changed, 3 insertions, 7 deletions
diff --git a/Documentation/git-imap-send.txt b/Documentation/git-imap-send.txt
index 6cafbe2ec1..57aba42e66 100644
--- a/Documentation/git-imap-send.txt
+++ b/Documentation/git-imap-send.txt
@@ -16,7 +16,9 @@ DESCRIPTION
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:
@@ -122,12 +124,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.