Closed
Bug 1398843
Opened 8 years ago
Closed 1 year ago
Remove nsMsgDBView::GetCurrentlyDisplayedMessage() and replace uses of nsIMsgDBView.currentlyDisplayedMessage
Categories
(Thunderbird :: Folder and Message Lists, task)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: jorgk-bmo, Unassigned)
References
Details
+++ This bug was initially created as a clone of Bug #1387581 +++
As per bug 1387581 comment #21:
Evict GetCurrentlyDisplayedMessage() and the very few .currentlyDisplayedMessage references as it's no good for multifolder. In cases where the view index is wanted, gDBView.selection.currentIndex should be used.
The special thing to watch for here is ensuring that standalone messages (in a window and in a tab) continue to work as before.
In Bug 539526, an attempt was made to really clean this up, getting rid of m_currentlyDisplayedMsgKey.
Updated•3 years ago
|
Severity: normal → S3
Comment 3•1 year ago
|
||
This has been dead code since Supernova and has therefore been removed in bug 1901705 (https://phabricator.services.mozilla.com/D231541).
You need to log in
before you can comment on or make changes to this bug.
Description
•