Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Quoting text

133 views
Skip to first unread message

Jim

unread,
Mar 17, 2006, 4:34:29 PM3/17/06
to
Is there a way to change the vertical bar "|" that is used to quote text
to the older ">" method?

-Jim

Chris Ilias

unread,
Mar 17, 2006, 4:50:25 PM3/17/06
to
_Jim_ spoke thusly on 17/03/2006 4:34 PM:

> Is there a way to change the vertical bar "|" that is used to quote text
> to the older ">" method?

Go to 'Tools -> Options -> Advanced -> General, and click on "Config
Editor".
Search for the preference name |mail.quoted_graphical|, and double-click
on it, which should set the value to false.

Search for the preference name |mail.quoteasblock|, and double-click on
it, which should set the value to false.

Search for the preference name
|mailnews.display.disable_format_flowed_support|, and double-click on
it, which should set the value to true.

You have to set all three as per above. The third line disables
format=flowed and is necessary to completely disable it. Without it,
format=flowed messages would still have the vertical bar.

You could also use the QuoteColors extension, which includes this in the
options panel. <http://quotecolors.mozdev.org/>
<http://quotecolors.mozdev.org/img/settings2.png>
--
Chris Ilias
mozilla.test.multimedia moderator
Mozilla links <http://ilias.ca>
(Please do not email me tech support questions)

Pete Holsberg

unread,
Mar 17, 2006, 8:06:46 PM3/17/06
to Mozilla Thunderbird end-user help
Chris Ilias wrote:
> _Jim_ spoke thusly on 17/03/2006 4:34 PM:
>> Is there a way to change the vertical bar "|" that is used to quote text
>> to the older ">" method?
>
> Go to 'Tools -> Options -> Advanced -> General, and click on "Config
> Editor".
> Search for the preference name |mail.quoted_graphical|, and double-click
> on it, which should set the value to false.

I noticed that there is a "mail.quoted_style" and it is set to 2. I changed it to "1" and found that it emboldened the quoted material, making it easier to read, especially from the "no blank lines between paragraphs" crowd. Are the values documented anywhere?

Thanks.

V S Rawat

unread,
Mar 18, 2006, 2:27:05 AM3/18/06
to


But, does that boldening work when receipients set that?

I think the original poster needs to set that, and I doubt that that
particular poster will oblige us.

--
Rawat

David E. Ross

unread,
Mar 18, 2006, 12:49:20 PM3/18/06
to

Regarding documentation of preference values, see bug #330858.

<https://bugzilla.mozilla.org/show_bug.cgi?id=330858>

--

David E. Ross
<http://www.rossde.com/>

Concerned about someone (e.g., Pres. Bush) snooping
into your E-mail? Use PGP.
See my <http://www.rossde.com/PGP/>

Pete Holsberg

unread,
Mar 18, 2006, 1:20:34 PM3/18/06
to Mozilla Thunderbird end-user help
David E. Ross wrote:
> Pete Holsberg wrote:
>> Chris Ilias wrote:
>>> _Jim_ spoke thusly on 17/03/2006 4:34 PM:
>>>> Is there a way to change the vertical bar "|" that is used to quote
>>>> text to the older ">" method?
>>> Go to 'Tools -> Options -> Advanced -> General, and click on "Config
>>> Editor".
>>> Search for the preference name |mail.quoted_graphical|, and
>>> double-click on it, which should set the value to false.
>> I noticed that there is a "mail.quoted_style" and it is set to 2. I
>> changed it to "1" and found that it emboldened the quoted material,
>> making it easier to read, especially from the "no blank lines between
>> paragraphs" crowd. Are the values documented anywhere?
>>
>> Thanks.
>
> Regarding documentation of preference values, see bug #330858.
>
> <https://bugzilla.mozilla.org/show_bug.cgi?id=330858>

Looks like you're the one who filed the request, but I didn't see any documentation. IS that the wrong page??

Pete Holsberg

unread,
Mar 18, 2006, 1:54:11 PM3/18/06
to Mozilla Thunderbird end-user help
Pete Holsberg wrote:
> Chris Ilias wrote:
>> _Jim_ spoke thusly on 17/03/2006 4:34 PM:
>>> Is there a way to change the vertical bar "|" that is used to
>>> quote text to the older ">" method?
>> Go to 'Tools -> Options -> Advanced -> General, and click on
>> "Config Editor". Search for the preference name
>> |mail.quoted_graphical|, and double-click on it, which should set
>> the value to false.
>
> I noticed that there is a "mail.quoted_style" and it is set to 2. I
> changed it to "1" and found that it emboldened the quoted material,
> making it easier to read, especially from the "no blank lines between
> paragraphs" crowd. Are the values documented anywhere?

As an exercise, I downloaded the source code, and did a search for mail.quoted_style. It lead me to mimetpla.cpp, in which the values are defined as:

0: regular
1: bold
2: italic
3. bold and italic

I don't see 2 and 3 as working. If someone else would check and let me know what they find, I'll file a bug report if needed.

To change the value of mail.quoted_style,

1. Tools > about:config
2. In the "Filter" box, type
mail.quoted_style
3. Double-click anywhere in the resulting display and change the value
4. Close about:config
5. Check an email that has a quoted portion.

Thanks,
Pete

Pete Holsberg

unread,
Mar 18, 2006, 1:55:08 PM3/18/06
to Mozilla Thunderbird end-user help
Pete Holsberg wrote:
> Pete Holsberg wrote:
>> Chris Ilias wrote:
>>> _Jim_ spoke thusly on 17/03/2006 4:34 PM:
>>>> Is there a way to change the vertical bar "|" that is used to
>>>> quote text to the older ">" method?
>>> Go to 'Tools -> Options -> Advanced -> General, and click on
>>> "Config Editor". Search for the preference name
>>> |mail.quoted_graphical|, and double-click on it, which should set
>>> the value to false.
>> I noticed that there is a "mail.quoted_style" and it is set to 2. I
>> changed it to "1" and found that it emboldened the quoted material,
>> making it easier to read, especially from the "no blank lines between
>> paragraphs" crowd. Are the values documented anywhere?
>
> As an exercise, I downloaded the source code, and did a search for mail.quoted_style. It lead me to mimetpla.cpp, in which the values are defined as:
>
> 0: regular
> 1: bold
> 2: italic
> 3. bold and italic
>
> I don't see 2 and 3 as working. If someone else would check and let me know what they find, I'll file a bug report if needed.
>
> To change the value of mail.quoted_style,
>
> 1. Tools > about:config
> 2. In the "Filter" box, type
> mail.quoted_style
> 3. Double-click anywhere in the resulting display and change the value
> 4. Close about:config
> 5. Check an email that has a quoted portion.

Oops! All values work!! Must be my eyes.

David E. Ross

unread,
Mar 19, 2006, 1:06:15 AM3/19/06
to

As far as I know, there is no current list of preferences available to
the users. That's why I submitted the bug report.

0 new messages