зеркало из https://github.com/mozilla/pjs.git
remove the visible UI for warning the user before deleting folders. We always warn the user by default.
If someone wants it off, they can set the pref manually. We need the space for other prefs. Move the window pane pref back to the main mailnews pref panel instead of the advanced panel. This is in advance of us adding a 3rd 3-pane configuration. I want to add visibility to this option.
This commit is contained in:
Родитель
7318257470
Коммит
0f00f7264f
|
@ -76,7 +76,6 @@
|
|||
|
||||
// return receipts
|
||||
"alwaysRequest", "receiptFolder", "receiptSend", "notInToCcPref", "outsideDomainPref", "otherCasesPref",
|
||||
"mailPaneConfig",
|
||||
|
||||
// addressing prefs
|
||||
"emailCollectionOutgoing", "addressingAutocomplete", "autocompleteLDAP",
|
||||
|
@ -158,7 +157,7 @@
|
|||
<expander id="privacySettings" class="prefExpander" label="&privacyTitle.label;" persist="open">
|
||||
<label class="expanderDescription" value="&privacyFeature.label;" flex="1"/>
|
||||
|
||||
<vbox id="contentEnablingBox">
|
||||
<vbox id="contentEnablingBox" class="indent">
|
||||
<checkbox id="javascriptAllowMailNews"
|
||||
label="&enbJsCheckMailNews.label;" accesskey="&enbJsCheckMailNews.accesskey;"
|
||||
prefstring="javascript.allow.mailnews"/>
|
||||
|
@ -168,7 +167,7 @@
|
|||
prefattribute="checked"/>
|
||||
<checkbox id="networkImageDisableImagesInMailNews"
|
||||
label="&disableImageInMailNews.label;" accesskey="&disableImageInMailNews.accesskey;"
|
||||
pref="true" preftype="bool" prefstring="mailnews.message_display.disable_remote_image"
|
||||
pref="true" preftype="bool" prefstring="mailnews.message_+"
|
||||
prefinverted="true" prefattribute="checked"/>
|
||||
<checkbox id="networkDisableCookieForMailNews"
|
||||
label="&disableCookieForMailNews.label;" accesskey="&disableCookieForMailNews.accesskey;"
|
||||
|
@ -223,17 +222,6 @@
|
|||
accesskey="&editDirectories.accesskey;"/>
|
||||
</hbox>
|
||||
</expander>
|
||||
|
||||
<!-- Window Settings -->
|
||||
<expander id="windowSettings" class="prefExpander" label="&windowSettings.label;" persist="open">
|
||||
<label class="expanderDescription" value="&selectWindowLayout.label;" control="mailPaneConfig" flex="1"/>
|
||||
<hbox align="center" class="indent">
|
||||
<radiogroup id="mailPaneConfig" prefstring="mail.pane_config" orient="horizontal">
|
||||
<radio class="iconic" value="0" id="classic"/>
|
||||
<radio class="iconic" value="1" id="wide"/>
|
||||
</radiogroup>
|
||||
</hbox>
|
||||
</expander>
|
||||
|
||||
<!-- Return Receipts -->
|
||||
<expander id="returnReceipts" class="prefExpander" label="&receiptSettings.label;" persist="open">
|
||||
|
|
|
@ -39,8 +39,7 @@
|
|||
<script type="application/x-javascript">
|
||||
<![CDATA[
|
||||
|
||||
var _elementIDs = ["mailnewsConfirmMoveFoldersToTrash",
|
||||
"mailnewsStartPageEnabled", "mailnewsStartPageUrl", "mailRememberLastMsg",
|
||||
var _elementIDs = ["mailnewsStartPageEnabled", "mailnewsStartPageUrl", "mailPaneConfig", "mailRememberLastMsg",
|
||||
"mailnewsSoundFileUrl", "newMailNotification", "newMailNotificationType",
|
||||
"newMailNotificationAlert"];
|
||||
]]>
|
||||
|
@ -49,12 +48,6 @@
|
|||
<groupbox>
|
||||
<caption label="&generalSettings.label;"/>
|
||||
|
||||
<hbox align="center">
|
||||
<checkbox id="mailnewsConfirmMoveFoldersToTrash" label="&confirmMove.label;"
|
||||
prefstring="mailnews.confirm.moveFoldersToTrash"
|
||||
accesskey="&confirmMove.accesskey;"/>
|
||||
</hbox>
|
||||
|
||||
<hbox align="start" id="mapi"/>
|
||||
|
||||
<hbox align="center">
|
||||
|
@ -66,6 +59,17 @@
|
|||
<separator class="thin"/>
|
||||
|
||||
</groupbox>
|
||||
|
||||
<groupbox>
|
||||
<caption label="&windowSettings.label;"/>
|
||||
<label value="&selectWindowLayout.label;" accesskey="&selectWindowLayout.accesskey;" control="mailPaneConfig"/>
|
||||
<hbox align="center" class="indent">
|
||||
<radiogroup id="mailPaneConfig" prefstring="mail.pane_config" orient="horizontal">
|
||||
<radio class="iconic" value="0" id="classic"/>
|
||||
<radio class="iconic" value="1" id="wide"/>
|
||||
</radiogroup>
|
||||
</hbox>
|
||||
</groupbox>
|
||||
|
||||
<groupbox>
|
||||
<caption label="&messengerStartPage.label;"/>
|
||||
|
@ -118,5 +122,4 @@
|
|||
</hbox>
|
||||
</hbox>
|
||||
</groupbox>
|
||||
|
||||
</page>
|
||||
|
|
|
@ -57,6 +57,3 @@
|
|||
<!ENTITY noproxy.accesskey "n">
|
||||
<!ENTITY noproxyExplain.label "Example: .mozilla.org, .net.nz">
|
||||
|
||||
<!ENTITY windowSettings.label "Windows">
|
||||
<!ENTITY selectWindowLayout.label "Select the window layout you prefer for Mail.">
|
||||
<!ENTITY selectWindowLayout.accesskey "l">
|
||||
|
|
|
@ -18,3 +18,6 @@
|
|||
<!ENTITY warnOnSendAccelKey.label "Confirm when using keyboard shortcut to send message">
|
||||
<!ENTITY warnOnSendAccelKey.accesskey "o">
|
||||
|
||||
<!ENTITY windowSettings.label "Windows">
|
||||
<!ENTITY selectWindowLayout.label "Select the window layout you prefer for Mail.">
|
||||
<!ENTITY selectWindowLayout.accesskey "S">
|
Загрузка…
Ссылка в новой задаче