зеркало из https://github.com/mozilla/gecko-dev.git
Fix for 43236. Removing "Double-clicking a message always opens a new window..." item from the pref dialog. r=putterman
This commit is contained in:
Родитель
55831cfa26
Коммит
8360317eb7
|
@ -44,6 +44,4 @@ Rights Reserved.
|
|||
|
||||
<!ENTITY reuseThread.label "Double-clicking a folder opens it in a new window.">
|
||||
<!ENTITY reuseThread.accesskey "f">
|
||||
<!ENTITY reuseMessage.label "Double-clicking a message always opens a new window. (Leave this unchecked to reuse an existing window).">
|
||||
<!ENTITY reuseMessage.accesskey "n">
|
||||
<!ENTITY reuseExp.label "If you prefer fewer windows, unselect these options, and Mail will open items into existing windows.">
|
||||
|
|
|
@ -44,6 +44,4 @@ Rights Reserved.
|
|||
|
||||
<!ENTITY reuseThread.label "Double-clicking a folder opens it in a new window.">
|
||||
<!ENTITY reuseThread.accesskey "f">
|
||||
<!ENTITY reuseMessage.label "Double-clicking a message always opens a new window. (Leave this unchecked to reuse an existing window).">
|
||||
<!ENTITY reuseMessage.accesskey "n">
|
||||
<!ENTITY reuseExp.label "If you prefer fewer windows, unselect these options, and Mail will open items into existing windows.">
|
||||
|
|
|
@ -44,6 +44,4 @@ Rights Reserved.
|
|||
|
||||
<!ENTITY reuseThread.label "Double-clicking a folder opens it in a new window.">
|
||||
<!ENTITY reuseThread.accesskey "f">
|
||||
<!ENTITY reuseMessage.label "Double-clicking a message always opens a new window. (Leave this unchecked to reuse an existing window).">
|
||||
<!ENTITY reuseMessage.accesskey "n">
|
||||
<!ENTITY reuseExp.label "If you prefer fewer windows, unselect these options, and Mail will open items into existing windows.">
|
||||
|
|
|
@ -209,7 +209,6 @@ localDefPref("mailnews.thread_pane_height", -1);
|
|||
localDefPref("mailnews.category_pane_width", -1);
|
||||
pref("mailnews.reuse_thread_window", true);
|
||||
pref("mailnews.reuse_thread_window2", true);
|
||||
pref("mailnews.reuse_message_window", true);
|
||||
pref("mailnews.message_in_thread_window", true);
|
||||
pref("mailnews.javascript_enabled", true);
|
||||
|
||||
|
|
|
@ -209,7 +209,6 @@ localDefPref("mailnews.thread_pane_height", -1);
|
|||
localDefPref("mailnews.category_pane_width", -1);
|
||||
pref("mailnews.reuse_thread_window", true);
|
||||
pref("mailnews.reuse_thread_window2", true);
|
||||
pref("mailnews.reuse_message_window", true);
|
||||
pref("mailnews.message_in_thread_window", true);
|
||||
pref("mailnews.javascript_enabled", true);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче