mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 02:47:31 +09:00
Issue #1258 - Part 4: Remove Add IM Account from Account Manager
This commit is contained in:
parent
18ffebc2a1
commit
0641178442
2 changed files with 0 additions and 11 deletions
|
|
@ -666,12 +666,6 @@ function AddMailAccount()
|
|||
NewMailAccount(MailServices.mailSession.topmostMsgWindow);
|
||||
}
|
||||
|
||||
function AddIMAccount()
|
||||
{
|
||||
window.openDialog("chrome://messenger/content/chat/imAccountWizard.xul",
|
||||
"", "chrome,modal,titlebar,centerscreen");
|
||||
}
|
||||
|
||||
/**
|
||||
* Highlight the default account row in the account tree,
|
||||
* optionally un-highlight the previous one.
|
||||
|
|
|
|||
|
|
@ -46,11 +46,6 @@
|
|||
accesskey="&addMailAccountButton.accesskey;"
|
||||
prefstring="mail.disable_new_account_addition"
|
||||
oncommand="AddMailAccount(event); event.stopPropagation();"/>
|
||||
<menuitem id="accountActionsAddIMAccount"
|
||||
label="&addIMAccountButton.label;"
|
||||
accesskey="&addIMAccountButton.accesskey;"
|
||||
prefstring="mail.disable_new_account_addition"
|
||||
oncommand="AddIMAccount(event); event.stopPropagation();"/>
|
||||
<menuitem id="accountActionsAddFeedAccount"
|
||||
label="&addFeedAccountButton.label;"
|
||||
accesskey="&addFeedAccountButton.accesskey;"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue