summaryrefslogtreecommitdiff
path: root/mailnews
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-02-01 20:06:57 -0500
committerMatt A. Tobin <email@mattatobin.com>2020-02-01 20:06:57 -0500
commit2b95c21dc928a4fbfa1bd69d4a0b8fbca9d22a15 (patch)
tree2ea4e82b147a77630f1ca851a8d29c0970ae588a /mailnews
parent50fcf7c0e9d47f9ed6302d93d4b3bd0c11a7f035 (diff)
downloadaura-central-2b95c21dc928a4fbfa1bd69d4a0b8fbca9d22a15.tar.gz
Issue mcp-graveyard/UXP%1377 - Fix porting typo in mailnews/base/search/content/searchWidgets.xml
MailNews Core being historically comm tended to avoid defining shorthand for Components.interfaces
Diffstat (limited to 'mailnews')
-rw-r--r--mailnews/base/search/content/searchWidgets.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mailnews/base/search/content/searchWidgets.xml b/mailnews/base/search/content/searchWidgets.xml
index 69f3b2ae2..1f3960442 100644
--- a/mailnews/base/search/content/searchWidgets.xml
+++ b/mailnews/base/search/content/searchWidgets.xml
@@ -224,7 +224,7 @@
let identitiesRaw = MailServices.accounts
.getIdentitiesForServer(gFilterList.folder.server);
let identities = Array.from(this.fixIterator(identitiesRaw,
- Ci.nsIMsgIdentity));
+ Components.interfaces.nsIMsgIdentity));
if (identities.length == 0) { // typically if this is Local Folders
if (MailServices.accounts.defaultAccount)