diff options
| author | Kirill Korotaev <dev@openvz.org> | 2006-09-29 05:01:47 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-29 12:18:25 -0400 |
| commit | 683e91cbd0582cb8e63daaf0429e0a62be9cc421 (patch) | |
| tree | 1035937aabb0736ffa7ff5e9b2180c2ecb2b54e3 | |
| parent | 03cbc358aab3faf34bfeaa02206fa660127e9b3f (diff) | |
[PATCH] SubmittingPatches: add a note about "format=flowed" when sending patches
Add a note about "format=flowed" when sending patches and explain how to
fix mozilla. Thunderbird has the similar options.
Signed-off-by: Kirill Korotaev <dev@openvz.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
| -rw-r--r-- | Documentation/SubmittingPatches | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches index 958182f6aa1f..302d148c2e18 100644 --- a/Documentation/SubmittingPatches +++ b/Documentation/SubmittingPatches | |||
| @@ -209,6 +209,19 @@ Exception: If your mailer is mangling patches then someone may ask | |||
| 209 | you to re-send them using MIME. | 209 | you to re-send them using MIME. |
| 210 | 210 | ||
| 211 | 211 | ||
| 212 | WARNING: Some mailers like Mozilla send your messages with | ||
| 213 | ---- message header ---- | ||
| 214 | Content-Type: text/plain; charset=us-ascii; format=flowed | ||
| 215 | ---- message header ---- | ||
| 216 | The problem is that "format=flowed" makes some of the mailers | ||
| 217 | on receiving side to replace TABs with spaces and do similar | ||
| 218 | changes. Thus the patches from you can look corrupted. | ||
| 219 | |||
| 220 | To fix this just make your mozilla defaults/pref/mailnews.js file to look like: | ||
| 221 | pref("mailnews.send_plaintext_flowed", false); // RFC 2646======= | ||
| 222 | pref("mailnews.display.disable_format_flowed_support", true); | ||
| 223 | |||
| 224 | |||
| 212 | 225 | ||
| 213 | 7) E-mail size. | 226 | 7) E-mail size. |
| 214 | 227 | ||
