Ben Bucksch wrote:
> Warren Bell wrote:
>
>>The mail.quoteasblock and mail.quoted_graphical will work in either the
>>users profile prefs file or the main mailnews prefs in the mozilla
>>directory. I use those in my profile prefs file. The other two don't
>>work in the users prefs file, even when useing user_pref, so they have
>>to be used in the main mailnews prefs file. That's why they're "mixed up".
>>
> The right way to set them is to use "user_pref" in prefs.js or user.js
> in your profile. It is very unlikely that this doesn't work, but your
> way works.
>
>
>
user_pref does not work. I've tried it with many builds and releases.
Using:
user_pref("mailnews.send_plaintext_flowed", false);
user_pref("mailnews.display.disable_format_flowed_support", true);
in prefs.js in the users profile directory has no effect. Removing
"user_" and putting them in mailnews.js in the mozilla/defaults/pref
directory works.