Added a pref UI for mailnews.send_default_charset, bug 32802.

This commit is contained in:
nhotta%netscape.com 2000-04-28 06:18:50 +00:00
Родитель 774fb00011
Коммит 5572a0c903
2 изменённых файлов: 16 добавлений и 1 удалений

Просмотреть файл

@ -13,7 +13,7 @@
<script language="JavaScript">
<![CDATA[
var _elementIDs = ["forwardMessageMode", "autoQuote", "replyOnTop", "spellCheckBeforeSend", "sendStruct", "wrapLength", "strictlyMime"];
var _elementIDs = ["forwardMessageMode", "autoQuote", "replyOnTop", "spellCheckBeforeSend", "sendStruct", "sendDefaultCharsetList", "wrapLength", "strictlyMime"];
function Startup()
{
@ -81,6 +81,19 @@
<checkbox id="sendStruct" value="&convertStructs.label;" accesskey="&convertStructs.accesskey;"
pref="true" preftype="bool" prefstring="mail.send_struct"
prefattribute="checked"/>
<box autostretch="never">
<text class="label" value="&sendDefaultCharset.label;" for="sendDefaultCharsetList"/>
<menulist id="sendDefaultCharsetList" ref="NC:MaileditCharsetMenuRoot" datasources="rdf:charset-menu"
pref="true" preftype="string" prefstring="mailnews.send_default_charset"
prefattribute="data">
<template>
<menupopup>
<menuitem value="rdf:http://home.netscape.com/NC-rdf#Name" data="..." uri="..."/>
</menupopup>
</template>
</menulist>
</box>
</titledbox>
<titledbox autostretch="never">

Просмотреть файл

@ -60,3 +60,5 @@ Rights Reserved.
<!ENTITY asIs.accesskey "t">
<!ENTITY useMIME.label "Using the 'quoted printable' MIME encoding (does not work well with some mail or newsgroups readers)">
<!ENTITY useMIME.accesskey "m">
<!ENTITY sendDefaultCharset.label "Send default charset coding:">