mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 08:18:41 +09:00
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:
parent
ed6f10f477
commit
7fac86416c
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue