Warren Bell wrote:

> Is there any way to stop the HTML style lines from showing up in mail  
> and news.  I added this to mailnews.js:
> 
> pref("mail.quoted_graphical", false);
> 
> That stoped the lines when replying to regular text messages

You mean in the Composer? This should have no effect, IIRC. It should 
only disable the quote recognition in the viewer, for non-flowed msgs.

> but they  still show up in (i guess) format=flowed.

use
user_pref("mailnews.display.disable_format_flowed_support", true);


You may also be interested in
pref("mail.quoteasblock",                   true); // use HTML-style 
quoting for quoting plain text (during replies in Mailnews HTML Composer)
pref("mailnews.send_plaintext_flowed", true); // RFC 2646=======
pref("mail.display_glyph", true);   // see 
<http://www.bucksch.org/1/projects/mozilla/16507>
pref("mail.display_struct", true);  // ditto
pref("mail.send_struct", false);   // ditto

-- 
This message is protected by ROT0 encryption and the DMCA.
Reading is disallowed and will be prosecuted.

Reply via email to