134439: Disable wrap_to_window_width by default, regression since the patch was reviewed
This commit is contained in:
Родитель
ccc69d9ecb
Коммит
b26a0623d7
|
@ -144,7 +144,7 @@ pref("news.max_articles", 500);
|
|||
pref("news.mark_old_read", false);
|
||||
|
||||
pref("mailnews.wraplength", 72);
|
||||
pref("mail.compose.wrap_to_window_width", true);
|
||||
pref("mail.compose.wrap_to_window_width", false);
|
||||
|
||||
pref("mailnews.reply_on_top", 0); // 0=bottom 1=top 2=select+bottom 3=select+top
|
||||
|
||||
|
|
|
@ -144,7 +144,7 @@ pref("news.max_articles", 500);
|
|||
pref("news.mark_old_read", false);
|
||||
|
||||
pref("mailnews.wraplength", 72);
|
||||
pref("mail.compose.wrap_to_window_width", true);
|
||||
pref("mail.compose.wrap_to_window_width", false);
|
||||
|
||||
pref("mailnews.reply_on_top", 0); // 0=bottom 1=top 2=select+bottom 3=select+top
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче