[tagging] user should be able to control the order (priority) of tags.
Categories
(Thunderbird :: Mail Window Front End, enhancement)
Tracking
(Not tracked)
People
(Reporter: bugzilla, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug, )
Details
(Keywords: uiwanted, Whiteboard: [gs])
Attachments
(2 files)
Reporter | ||
Comment 1•15 years ago
|
||
Reporter | ||
Updated•15 years ago
|
Reporter | ||
Comment 2•15 years ago
|
||
Reporter | ||
Comment 3•15 years ago
|
||
Reporter | ||
Comment 4•15 years ago
|
||
Reporter | ||
Comment 5•15 years ago
|
||
Updated•15 years ago
|
Updated•15 years ago
|
Reporter | ||
Comment 6•15 years ago
|
||
Reporter | ||
Comment 7•15 years ago
|
||
Reporter | ||
Comment 8•15 years ago
|
||
Reporter | ||
Updated•15 years ago
|
Comment 10•14 years ago
|
||
Comment 11•14 years ago
|
||
Reporter | ||
Comment 12•14 years ago
|
||
Updated•14 years ago
|
Comment 13•14 years ago
|
||
Comment 14•14 years ago
|
||
Comment 15•14 years ago
|
||
Comment 16•14 years ago
|
||
Reporter | ||
Comment 17•14 years ago
|
||
Comment 18•14 years ago
|
||
Updated•13 years ago
|
Updated•6 years ago
|
Comment 19•5 years ago
|
||
Just had the problem my new tag defined changed my already "wellknown" hotkeys of other defined tags because it insert itself in-between...
It looks like all is clear now and discussed about 10 (!) years now: can you get it done please? This would really be of help for many users...
Comment 21•3 years ago
|
||
still a very annoying problem. Not resolved for over 10 years, and now the problems are starting to pile on top of each other. At least for me. Can we please do something about this?
So, let me break down my thought process for today's delve into the world of tags and filtering. I'll try to emphasize the parts most relevant to this issue so as to not confuse anyone, but I also don't want to leave out any context:
"I need to get more organized"
"I've used filters before. Maybe that will help this time?"
"Okay, I can set some conditions. Right. But what if I want more complicated logic (more than a single 'AND'/'OR' operator)"
"let's use TAGS to make filters interdependent on one another and color my messages"
(An hour or so tinkering with filters later)
"okay everything is working as expected, except my messages are getting the color of one of my intermediate tags... why do I even need a color on EVERY tag again?"
"... There is no 'remove/clear tag list' filter action, the tag list is sorting itself (and not consistently every time it's modified), I can't reorder it manually, and the tag list is what determines the priority of colors. Mozilla, why you do me like this? :-("
"I give up for the day. Colors will remain weird for now"
Some of my key takeaways from (read: RESPECTFUL —as I have at least some understanding how hard software engineering can be— complaints about) this:
- Why are you automatically sorting tags without giving the user a choice to disable?
- Why doesn't it happen consistently? (E.g. each time the tag list is saved. One of the triggers for reordering, clicking "remove all tags" for a message, seems kind of arbitrary if you ask me)
- Why can't I remove tags automatically with filters? (This would let me automatically remove the intermediate tags so they don't give their color to the message, though it also means that message would no longer have that tag in the future)
- In more complicated situations, this entire workaround could become a performance drain because TBird can't use short-circuit evaluation to choose which logical dependencies to follow. Even though I wouldn't change any of the intermediate tags between each filter executing, Thunderbird doesn't know this so it has to run each filter on every single message in scope. it would be nice if each filter could mix and match "and/or" operators. Maybe there could be a "query string" condition?
- I talked about this before, but I still don't understand why there's no option, when creating/editing tags, to avoid setting the color. If you don't set the color, it defaults to black which still changes the color of message summaries
Updated•2 years ago
|
Description
•