mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 04:58:00 +00:00
Bug #301084 --> front end to expose filing replies in the folder of the message being replied to. Patch originally by hesslow@gmail.com.
sr=mscott
This commit is contained in:
parent
2e3ed0d23e
commit
17eb4db071
@ -4,6 +4,8 @@
|
||||
<!ENTITY sendingPrefix.label "When sending messages, automatically: ">
|
||||
<!ENTITY fccMailFolder.label "Place a copy in:">
|
||||
<!ENTITY fccMailFolder.accesskey "P">
|
||||
<!ENTITY fccReplyFollowsParent.label "Place replies in the folder of the message being replied to">
|
||||
<!ENTITY fccReplyFollowsParent.accesskey "l">
|
||||
<!ENTITY chooseFolderButton.label "Choose Folder...">
|
||||
<!-- LOCALIZATION NOTE (bccAddress.label): do not translate "Bcc" in below line -->
|
||||
<!ENTITY bccAddress.label "Bcc these email addresses:">
|
||||
|
@ -53,6 +53,12 @@ var draftsFolderPickerId = "msgDraftsFolderPicker";
|
||||
var tmplAccountPickerId = "msgStationeryAccountPicker";
|
||||
var tmplFolderPickerId = "msgStationeryFolderPicker";
|
||||
|
||||
function onPreInit(account, accountValues)
|
||||
{
|
||||
var type = parent.getAccountValue(account, accountValues, "server", "type", null, false);
|
||||
hideShowControls(type);
|
||||
}
|
||||
|
||||
/*
|
||||
* Set the global radio element choices and initialize folder/account pickers.
|
||||
* Also, initialize other UI elements (bcc self, fcc picker controller checkboxes).
|
||||
|
Loading…
x
Reference in New Issue
Block a user