diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-04-09 22:22:44 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-04-09 22:22:44 -0700 |
commit | 2e5a40f0b59af243f83a14bf1db4b7f833c6c49d (patch) | |
tree | e6174bd5fb194dbaec3994bb7660aaeb03e1f8e7 /Documentation | |
parent | 581b26c82dd3232b052d5228a1ba2ea3cc03dc28 (diff) | |
parent | 4916c8f9535866210df6ec837ab910f3b8348784 (diff) | |
download | git-2e5a40f0b59af243f83a14bf1db4b7f833c6c49d.tar.gz git-2e5a40f0b59af243f83a14bf1db4b7f833c6c49d.tar.xz |
Merge branch 'rr/imap-send-unconfuse-from-line' into maint
* rr/imap-send-unconfuse-from-line:
imap-send: Remove limitation on message body
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-imap-send.txt | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/Documentation/git-imap-send.txt b/Documentation/git-imap-send.txt index 57db955bd..ad446b0e8 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: @@ -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. |