The patch titled SubmittingPatches: add a note about "format=flowed" when sending patches has been added to the -mm tree. Its filename is submittingpatches-add-a-note-about-format=flowed-when-sending-patches.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: SubmittingPatches: add a note about "format=flowed" when sending patches From: Kirill Korotaev <dev@xxxxxxxxxx> 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@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- Documentation/SubmittingPatches | 13 +++++++++++++ 1 files changed, 13 insertions(+) diff -puN Documentation/SubmittingPatches~submittingpatches-add-a-note-about-format=flowed-when-sending-patches Documentation/SubmittingPatches --- a/Documentation/SubmittingPatches~submittingpatches-add-a-note-about-format=flowed-when-sending-patches +++ a/Documentation/SubmittingPatches @@ -209,6 +209,19 @@ Exception: If your mailer is mangling p you to re-send them using MIME. +WARNING: Some mailers like Mozilla send your messages with +---- message header ---- +Content-Type: text/plain; charset=us-ascii; format=flowed +---- message header ---- +The problem is that "format=flowed" makes some of the mailers +on receiving side to replace TABs with spaces and do similar +changes. Thus the patches from you can look corrupted. + +To fix this just make your mozilla defaults/pref/mailnews.js file to look like: +pref("mailnews.send_plaintext_flowed", false); // RFC 2646======= +pref("mailnews.display.disable_format_flowed_support", true); + + 7) E-mail size. _ Patches currently in -mm which might be from dev@xxxxxxxxxx are fail-kernel-compilation-in-case-of-unresolved-symbols-v2.patch git-net.patch fix-unserialized-task-files-changing.patch fix-unserialized-task-files-changing-fix.patch submittingpatches-add-a-note-about-format=flowed-when-sending-patches.patch proc-sysctl-add-_proc_do_string-helper.patch namespaces-add-nsproxy.patch namespaces-add-nsproxy-move-init_nsproxy-into-kernel-nsproxyc.patch namespaces-incorporate-fs-namespace-into-nsproxy.patch namespaces-utsname-introduce-temporary-helpers.patch namespaces-utsname-switch-to-using-uts-namespaces.patch namespaces-utsname-use-init_utsname-when-appropriate.patch namespaces-utsname-implement-utsname-namespaces.patch namespaces-utsname-sysctl-hack.patch namespaces-utsname-remove-system_utsname.patch namespaces-utsname-implement-clone_newuts-flag.patch uts-copy-nsproxy-only-when-needed.patch namespaces-utsname-switch-to-using-uts-namespaces-klibc-bit.patch namespaces-utsname-use-init_utsname-when-appropriate-klibc-bit.patch namespaces-utsname-switch-to-using-uts-namespaces-klibc-bit-2.patch ipc-namespace-core.patch ipc-namespace-utils.patch ipc-namespace-msg.patch ipc-namespace-sem.patch ipc-namespace-shm.patch ipc-namespace-sysctls.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html