Open
Bug 494242
Opened 15 years ago
Updated 15 years ago
Use a constant for gNextMessageViewIndexAfterDelete = -2
Categories
(SeaMonkey :: MailNews: General, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: mnyromyr, Unassigned)
References
()
Details
In several places, we set gNextMessageViewIndexAfterDelete = -2 and check for that later to do $stuff (see URL field for an MXR link).
This is pretty much incomprehensible.
We should define a constant with a descriptive name for this to enhance code readability, in concordance with nsMsgViewIndex_None = 0xFFFFFFFF;
You need to log in
before you can comment on or make changes to this bug.
Description
•