Issue #1258 - Part 4: Remove Add IM Account from Account Manager

This commit is contained in:
Matt A. Tobin 2019-11-03 20:13:04 -05:00 • committed by Roy Tam
commit 0641178442
2 changed files with 0 additions and 11 deletions

View file

@ -666,12 +666,6 @@ function AddMailAccount()
NewMailAccount(MailServices.mailSession.topmostMsgWindow); 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, * Highlight the default account row in the account tree,
* optionally un-highlight the previous one. * optionally un-highlight the previous one.

View file

@ -46,11 +46,6 @@
accesskey="&addMailAccountButton.accesskey;" accesskey="&addMailAccountButton.accesskey;"
prefstring="mail.disable_new_account_addition" prefstring="mail.disable_new_account_addition"
oncommand="AddMailAccount(event); event.stopPropagation();"/> 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" <menuitem id="accountActionsAddFeedAccount"
label="&addFeedAccountButton.label;" label="&addFeedAccountButton.label;"
accesskey="&addFeedAccountButton.accesskey;" accesskey="&addFeedAccountButton.accesskey;"