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 git-svn-id: svn://10.0.0.236/trunk@197890 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
dfb298fa6d
commit
4509cda151
@ -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