summaryrefslogtreecommitdiffstats
path: root/mailnews
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2019-11-03 20:13:04 -0500
committerMatt A. Tobin <email@mattatobin.com>2019-11-03 20:13:04 -0500
commit1f23280e6a96b3c805a60ff6dbe87b226051c585 (patch)
tree5806988cb359c0916c4f4ebaf1a74a9367e2ed47 /mailnews
parent6e7b3df3712caf96c9da8a55bee8e6b6e7ad02a7 (diff)
downloadUXP-1f23280e6a96b3c805a60ff6dbe87b226051c585.tar
UXP-1f23280e6a96b3c805a60ff6dbe87b226051c585.tar.gz
UXP-1f23280e6a96b3c805a60ff6dbe87b226051c585.tar.lz
UXP-1f23280e6a96b3c805a60ff6dbe87b226051c585.tar.xz
UXP-1f23280e6a96b3c805a60ff6dbe87b226051c585.zip
Issue #1258 - Part 4: Remove Add IM Account from Account Manager
Diffstat (limited to 'mailnews')
-rw-r--r--mailnews/base/prefs/content/AccountManager.js6
-rw-r--r--mailnews/base/prefs/content/AccountManager.xul5
2 files changed, 0 insertions, 11 deletions
diff --git a/mailnews/base/prefs/content/AccountManager.js b/mailnews/base/prefs/content/AccountManager.js
index c5335039b..83117f4ad 100644
--- a/mailnews/base/prefs/content/AccountManager.js
+++ b/mailnews/base/prefs/content/AccountManager.js
@@ -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.
diff --git a/mailnews/base/prefs/content/AccountManager.xul b/mailnews/base/prefs/content/AccountManager.xul
index b6fd93c32..d3bb7608d 100644
--- a/mailnews/base/prefs/content/AccountManager.xul
+++ b/mailnews/base/prefs/content/AccountManager.xul
@@ -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;"