зеркало из https://github.com/mozilla/gecko-dev.git
39372: Changing default to "blockquoting" plaintext (using vertical bars (instead of ">"s) for nested quotes during reply to plaintext msgs). r=a=alecf
This commit is contained in:
Родитель
6779b4efd0
Коммит
b0fecd35e8
|
@ -98,7 +98,7 @@ pref("mail.citation_color", ""); // quoted color
|
|||
pref("mail.quoted_style", 0); // 0=plain, 1=bold, 2=italic, 3=bolditalic
|
||||
pref("mail.quoted_size", 0); // 0=normal, 1=big, 2=small
|
||||
pref("mail.quoted_graphical", true); // use HTML-style quoting for displaying plain text
|
||||
pref("mail.quoteasblock", false); // use HTML-style quoting for quoting plain text
|
||||
pref("mail.quoteasblock", true); // use HTML-style quoting for quoting plain text
|
||||
pref("mail.identity.organization", "");
|
||||
pref("mail.identity.reply_to", "");
|
||||
pref("mail.identity.username", "");
|
||||
|
|
|
@ -98,7 +98,7 @@ pref("mail.citation_color", ""); // quoted color
|
|||
pref("mail.quoted_style", 0); // 0=plain, 1=bold, 2=italic, 3=bolditalic
|
||||
pref("mail.quoted_size", 0); // 0=normal, 1=big, 2=small
|
||||
pref("mail.quoted_graphical", true); // use HTML-style quoting for displaying plain text
|
||||
pref("mail.quoteasblock", false); // use HTML-style quoting for quoting plain text
|
||||
pref("mail.quoteasblock", true); // use HTML-style quoting for quoting plain text
|
||||
pref("mail.identity.organization", "");
|
||||
pref("mail.identity.reply_to", "");
|
||||
pref("mail.identity.username", "");
|
||||
|
|
Загрузка…
Ссылка в новой задаче