FUJITA Tomonori wrote: > On Thu, 12 Nov 2009 09:37:20 +0000 > Chris Boot <bootc at bootc.net> wrote: > >> hold my hand on this one! :-) Also, I've had to attach it since I can't >> figure out how to get Thunderbird to preserve tabs. > > You can find email-clients.txt in Linux kernel source code. It might > be useful: > > Thunderbird (GUI) > > By default, thunderbird likes to mangle text, but there are ways to > coerce it into being nice. > > - Under account settings, composition and addressing, uncheck "Compose > messages in HTML format". > > - Edit your Thunderbird config settings to tell it not to wrap lines: > user_pref("mailnews.wraplength", 0); > > - Edit your Thunderbird config settings so that it won't use format=flowed: > user_pref("mailnews.send_plaintext_flowed", false); With Thunderbird, I find it easiest to use "Toggle Word Wrap" extension: https://addons.mozilla.org/en-US/thunderbird/addon/2351 With it, you just choose in the menu if the mail content should be wrapped or not. Also, if anyone is using KDE4, its "konsole" adds spaces at the end of the line (if you are used to copy text from the console and paste it to your mail client, you will find it's hard to do so with "konsole" from KDE4 - all lines may have some extra spaces added at the end of the line): https://bugs.kde.org/show_bug.cgi?id=188528 -- Tomasz Chmielewski http://wpkg.org -- To unsubscribe from this list: send the line "unsubscribe stgt" in the body of a message to majordomo at vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html |