summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b5dca4b)
raw | patch | inline | side by side (parent: b5dca4b)
author | A Large Angry SCM <gitzilla@gmail.com> | |
Tue, 30 Aug 2005 02:34:07 +0000 (22:34 -0400) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 30 Aug 2005 04:10:10 +0000 (21:10 -0700) |
Setting the wraplength to zero keeps the bird from trimming WS.
Signed-off-by: <gitzilla@gmail.com>
(cherry picked from 1d535d525d6a0ddddc3755065d721278bc5f0aff commit)
Signed-off-by: <gitzilla@gmail.com>
(cherry picked from 1d535d525d6a0ddddc3755065d721278bc5f0aff commit)
Documentation/SubmittingPatches | patch | blob | history |
index fd9881f26c09c08a76acea8c30d4cedbc9bcedea..26db5dd28322e4f43caafdcfd71536ee12a26bf3 100644 (file)
(A Large Angry SCM)
Here are some hints on how to successfully submit patches inline using
-Thunderbird. [*3*]
+Thunderbird.
This recipe appears to work with the current [*1*] Thunderbird from Suse.
for the patch, use Tools->about:config to set the following to the
indicated values:
mailnews.send_plaintext_flowed => false
- mailnews.wraplength => 999
+ mailnews.wraplength => 0
4) Open a compose window and click the external editor icon.
mail.identity.default.compose_html => false
mail.identity.id?.compose_html => false
-*3* Even after following these hints, Thunderbird will still trim
-trailing whitespace from each line. I currently have no work around for
-for this issue.
-