Closed
Bug 88926
Opened 24 years ago
Closed 16 years ago
use nsIMsgFolder::IsCommandEnabled() to clean up mail3PaneWindowCommands.js
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: sspitzer, Unassigned)
Details
use nsIMsgFolder::IsCommandEnabled() to clean up mail3PaneWindowCommands.js
spun off of bug #81321:
adding isCommandEnabled() to nsIMsgFolder allows us to clean up more of
mail3PaneWindowCommands.js
instead of doing: (specialFolder == "Inbox" || specialFolder == "Trash" ||
isServer == "true")
you can add that check to nsMsgDBFolder::IsCommandEnabled() and check if the
folder is the server and check the folder flags
we can clean up even more by implementing nsNewsFolder::IsCommandEnabled() to
remove the checks against server type.
QA Contact: esther → stephend
Updated•20 years ago
|
Product: Browser → Seamonkey
Updated•20 years ago
|
Assignee: sspitzer → mail
Updated•16 years ago
|
Assignee: mail → nobody
QA Contact: stephend → message-display
Comment 1•16 years ago
|
||
This bug is being marked EXPIRED as it has seen no activity in a very long time.
If you think that the issue reported might still be relevant, please test with a recent release of SeaMonkey and if the problem persists feel free to re-open the report. Thank you.
http://www.seamonkey-project.org/
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → EXPIRED
Comment 2•16 years ago
|
||
Bulk reopening incorrectly expired bugs - no activity does not constitute no bug - these need proper checking.
Status: RESOLVED → REOPENED
Resolution: EXPIRED → ---
Comment 3•16 years ago
|
||
We seem to have nsIMsgFolder::IsCommandEnabled() and this has been in use since, um, a long time ago. Marking as WFM.
Status: REOPENED → RESOLVED
Closed: 16 years ago → 16 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•