Open
Bug 180004
Opened 23 years ago
Updated 1 years ago
Better handling of 3 state junk button/icon
Categories
(Thunderbird :: Folder and Message Lists, enhancement)
Thunderbird
Folder and Message Lists
Tracking
(Not tracked)
NEW
People
(Reporter: bugzilla, Unassigned)
References
Details
Attachments
(1 file)
2.39 KB,
patch
|
Details | Diff | Splinter Review |
When the spam status of a message is undecided, if you want to set it to
no-spam, you have to click twice on the spam button or in the spam icon the the
spam status column. It would be nice to have a quicker way either by changing
the toggling order (spam-nospam to nospam-spam) or be able to do shift-click.
Comment 1•23 years ago
|
||
Shift click sounds OK to me. Changing the toggling order seems like it would
just move the problem around. jglick, any thoughts?
Assignee: naving → dmose
OS: Windows 2000 → All
Hardware: PC → All
I've found that during training, i'm marking more msgs as Not Spam as well.
If we think this will be the case for most users, i'm ok with switching the
toggle order to Unknown, Not Junk, Junk, to make training easier.
Once system has been training for a while though, yeah, its probably a draw as
far as what is more common. Actually, hopefully users won't have to toggle much
once the system is trained. :-)
Either switching the order or Shift click is ok w/me.
Reporter | ||
Comment 3•23 years ago
|
||
Personnaly I think both solution are needed. The ordering change is normal users
and the shift click is for advanced users
Comment 5•23 years ago
|
||
OK, this changes the cycler and the toolbar button order to be
Unknown->Not-Junk->Junk. For the cycler, this makes sense, for the toolbar,
I'm not sure: given the picture that is used in the toolbar button, selecting
an Unknown message and clicking the toolbar button makes me expect that message
be set to Junk. Instead, with this patch, it will be set to Non-Junk. jglick,
any thoughts on this?
As far as shift-click goes, the outliner code currently doesn't pass any
modifier key info into nsITreeView::CycleCell. In some future world, it
hopefully will. But for now, the only way to implement this would be to add an
onclick handler to the entire threadpane tree, which seems like a heavy perf
price to pay given that such a tiny percentage of clicks inside the threadpane
are likely to be shifted clicks of the junk mail cycler.
Updated•23 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.3alpha
>given the picture that is used in the toolbar button, selecting
>an Unknown message and clicking the toolbar button makes me expect that message
>be set to Junk.
Yeah, i'd agree. Good point. And the button action and the column action should
probably match each other. I know its a pain when first training to have to
click twice, but it might be better to keep the behavior/order of the toolbar
and column the same. Cc'ing others for opinion.
Reporter | ||
Comment 7•23 years ago
|
||
Seth was saying yesterday that he wants to remove the unknow state! maybe you
should check with him before going forward on this bug...
Comment 8•23 years ago
|
||
What about clicking in the column goes Unknown -> Junk -> Not-Junk, but the
toolbar icon follows the same sequence in addition to being a pop-down menu (ala
Forward and Back) with: "Message is Junk," "Message is not Junk," "Run Junk
controls on selected," and "Configure Junk Mail controls"
Comment 9•23 years ago
|
||
I also think we should remove the unknown state. I don't think the state should
matter to the user unless it's wrong. Keep the unknown state in the code, but
show it to the user as not spam. If it is spam then they can train it.
Comment 10•23 years ago
|
||
Doesn't marking Unknown msgs as Not Junk train the system as well?
Comment 11•22 years ago
|
||
how about at least a preference for showing the unknown state? i find it hard
to understand what the junk filter thinks it has learned if i can't tell what
it's looked at so far...
also [and sorry this is slightly off-topic], does the filter retain what it has
learned about messages that have been classified but then deleted? perhaps that
should be mentioned in the junk mail controls or help.
Updated•21 years ago
|
Product: MailNews → Core
Comment 12•18 years ago
|
||
Assigning bugs that I'm not actively working on back to nobody; use
SearchForThis as a search term if you want to delete all related bugmail at
once.
Assignee: dmose → nobody
Status: ASSIGNED → NEW
Assignee | ||
Updated•17 years ago
|
Product: Core → MailNews Core
Comment 14•15 years ago
|
||
This idea doesn't seem to be much in demand (unless there are other bugs about this) - no dups, no votes, and almost no cc. And also not discoverable - no mouseover tooltip
Severity: normal → enhancement
Component: Filters → Folder and Message Lists
Product: MailNews Core → Thunderbird
QA Contact: filters → folders-message-lists
Target Milestone: mozilla1.3alpha → ---
Version: Trunk → unspecified
Updated•15 years ago
|
Summary: Better handling of 3 state spam button/icon → Better handling of 3 state junk button/icon
Comment 15•15 years ago
|
||
(In reply to comment #14)
> This idea doesn't seem to be much in demand (unless there are other bugs about
> this) - no dups, no votes, and almost no cc. And also not discoverable - no
> mouseover tooltip
The reason it is not in demand is that the unknown status was removed, so this bug does not really make sense any more.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•