зеркало из https://github.com/mozilla/pjs.git
Fix for bug 27170. Remove option UUencode for attachment. R=mscott
This commit is contained in:
Родитель
e650709f05
Коммит
97e96bc012
|
@ -1071,19 +1071,6 @@ function ReturnReceiptMenuSelect()
|
|||
}
|
||||
}
|
||||
|
||||
function UUEncodeMenuSelect(target)
|
||||
{
|
||||
if (msgCompose)
|
||||
{
|
||||
var msgCompFields = msgCompose.compFields;
|
||||
if (msgCompFields)
|
||||
if (target.getAttribute("checked") == "true")
|
||||
msgCompFields.SetUUEncodeAttachments(true);
|
||||
else
|
||||
msgCompFields.SetUUEncodeAttachments(false);
|
||||
}
|
||||
}
|
||||
|
||||
function OutputFormatMenuSelect(target)
|
||||
{
|
||||
dump("Set Message Format to " + target.getAttribute('id') + "\n");
|
||||
|
|
|
@ -412,7 +412,6 @@ Rights Reserved.
|
|||
</template>
|
||||
</menu>
|
||||
|
||||
<menuitem value="&UuencodeAttachmentCmd.label;" type="checkbox" oncommand="UUEncodeMenuSelect(event.target)"/>
|
||||
<menuseparator/>
|
||||
<menuitem value="&addSignatureCmd.label;" disabled="true" oncommand=""/>
|
||||
<menuitem value="&attachVCardCmd.label;" disabled="true" accesskey="&attachVCardCmd.accesskey;" oncommand="AttachVCard()"/>
|
||||
|
@ -481,6 +480,8 @@ Rights Reserved.
|
|||
</box>
|
||||
|
||||
<spring style="width:0.5em"/>
|
||||
<!--splitter id="gray_horizontal_splitter" persist="state"/-->
|
||||
|
||||
<box align="vertical" flex="25%">
|
||||
<spring style="height:0.5em"/>
|
||||
<box align="vertical" style="height:1em">
|
||||
|
|
Загрузка…
Ссылка в новой задаче