summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA Large Angry SCM <gitzilla@gmail.com>2005-08-30 02:34:07 (GMT)
committerJunio C Hamano <junkio@cox.net>2005-08-30 04:10:10 (GMT)
commitcf6de18aabf774dfce7efd9c59babfe9d909d433 (patch)
tree735186d8f34be24dbe464696242c469945665283
parentb5dca4bbd97dc43e34c1361a32c212298508102c (diff)
downloadgit-cf6de18aabf774dfce7efd9c59babfe9d909d433.zip
git-cf6de18aabf774dfce7efd9c59babfe9d909d433.tar.gz
git-cf6de18aabf774dfce7efd9c59babfe9d909d433.tar.bz2
[PATCH] Update Thunderbird specific hints.
Setting the wraplength to zero keeps the bird from trimming WS. Signed-off-by: <gitzilla@gmail.com> (cherry picked from 1d535d525d6a0ddddc3755065d721278bc5f0aff commit)
-rw-r--r--Documentation/SubmittingPatches8
1 files changed, 2 insertions, 6 deletions
diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches
index fd9881f..26db5dd 100644
--- a/Documentation/SubmittingPatches
+++ b/Documentation/SubmittingPatches
@@ -239,7 +239,7 @@ Thunderbird
(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.
@@ -260,7 +260,7 @@ patch. [*2*]
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.
@@ -284,7 +284,3 @@ settings but I haven't tried, yet.
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.
-