Closed
Bug 1836572
Opened 2 years ago
Closed 2 years ago
MailUtils.displayMessages : msgHdr.folder is undefined
Categories
(MailNews Core :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: aliledudiable, Unassigned)
Details
Steps to reproduce:
In a dialog, I called MailUtils.displayMessage() with a valid message URI (obtained originally via a 3-pane window).
Actual results:
Uncaught TypeError: msgHdr.folder is undefined
displayMessages resource:///modules/MailUtils.jsm:237
displayMessage resource:///modules/MailUtils.jsm:144
etc. etc.
Expected results:
the code should have populated the folder field, or at least checked whether it's populated.
Reporter | ||
Comment 1•2 years ago
|
||
These take a header, not a URI.
Status: UNCONFIRMED → RESOLVED
Closed: 2 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•