Closed
Bug 467732
Opened 16 years ago
Closed 16 years ago
Delete Folder in File menu doesn't work
Categories
(Thunderbird :: Mail Window Front End, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rkent, Assigned: Bienvenu)
References
Details
(Keywords: regression)
Attachments
(1 file)
952 bytes,
patch
|
Bienvenu
:
review+
|
Details | Diff | Splinter Review |
As a probable regression from bug 414038, the delete folder command from the file menu does not work. In a debug build, the console shows 'JavaScript Error: "MsgDeleteFolder is not defined" (... mail3PaneWindowCommands.js line 499)
This function was replaced by a function in folderPane.js in bug 414038, but apparently the File menu was not updated.
Flags: blocking-thunderbird3?
Updated•16 years ago
|
Flags: blocking-thunderbird3.0b1?
Assignee | ||
Comment 1•16 years ago
|
||
I'll look into fixing this, unless someone else is already working on it.
Assignee: nobody → bienvenu
Assignee | ||
Comment 2•16 years ago
|
||
use the folder tree controller.
Attachment #351182 -
Flags: review?(bugzilla)
Assignee | ||
Comment 3•16 years ago
|
||
thx for filing and diagnosing this, Kent.
Updated•16 years ago
|
Flags: blocking-thunderbird3?
Flags: blocking-thunderbird3.0b1?
Flags: blocking-thunderbird3.0b1-
Flags: blocking-thunderbird3+
Assignee | ||
Updated•16 years ago
|
Attachment #351182 -
Flags: review?(bugzilla) → review+
Assignee | ||
Comment 4•16 years ago
|
||
Comment on attachment 351182 [details] [diff] [review]
proposed fix
jminta actually reviewed this as part of patch in bug 467824
Assignee | ||
Comment 5•16 years ago
|
||
fix on trunk.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•