Open
Bug 493156
Opened 16 years ago
Updated 2 years ago
lots of 1-caller functions in mailCommands.js
Categories
(Thunderbird :: Mail Window Front End, defect)
Thunderbird
Mail Window Front End
Tracking
(Not tracked)
NEW
People
(Reporter: jminta, Unassigned)
Details
(Whiteboard: [patchlove][needs new patch])
Attachments
(1 file)
9.33 KB,
patch
|
philor
:
review-
|
Details | Diff | Splinter Review |
No description provided.
Reporter | ||
Comment 1•16 years ago
|
||
doh... silly enter button
Here's the situation
only MsgUnsubscribe calls UnSubscribe
only MsgSubscribe calls Subscribe
only MsgSaveAsFile calls SaveAsFile
only MsgSaveAsTemplate calls SaveAsTemplate
only MsgMarkAsFlagged calls MarkSelectedMessagesFlagged
only MsgNewFolder calls getDestinationFolder
but nobody calls MsgNewFolder
nobody calls NewFolder either
the odd capitalization in UnSubscribe also led to a bug in deleting certain folders from the folder-pane.
Attachment #377606 -
Flags: review?(philringnalda)
Comment 2•16 years ago
|
||
Won't this regress multi-select unsubscribe from news?
Reporter | ||
Comment 3•16 years ago
|
||
I don't see how it ever worked, given that the UnSubscribe function expected a single folder, but the MsgSubscribe function passed it an array. Maybe you can provide me more detailed steps?
Comment 4•16 years ago
|
||
Ah yeah seems all subscribe is indeed broken :(
Comment 5•16 years ago
|
||
all unsubscribe
Updated•16 years ago
|
Whiteboard: [needs review philor]
Updated•16 years ago
|
Attachment #377606 -
Flags: review?(philringnalda) → review-
Comment 6•16 years ago
|
||
Comment on attachment 377606 [details] [diff] [review]
patch v1
Getting pretty late in the game to just completely break Subscribe, I'd think. The first problem is obvious, trying to pass the undefined preselectedMsgFolder instead of preselectedFolder, but then once you get the dialog open and try to subscribe to a newsgroup, clicking OK just silently fails.
Updated•16 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
Whiteboard: [needs review philor] → [needs new patch]
Looks like this needs finishing. I was told Joey is away.
Assignee: jminta → acelists
Updated•8 years ago
|
Status: ASSIGNED → NEW
Whiteboard: [needs new patch] → [patchlove][needs new patch]
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•