Issue #1377 - Fix porting typo in mailnews/base/search/content/searchWidgets.xml

MailNews Core being historically comm tended to avoid defining shorthand for Components.interfaces
This commit is contained in:
Matt A. Tobin 2020-02-01 20:06:57 -05:00 committed by Roy Tam
commit 7fac86416c

View file

@ -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)