1 | | I just realized why the star feature needs a column and has no bulk actions in sent/inbox. Correct me if i'm wrong: the column means : this thread contains one or more starred items. If it's the case i guess some other people will make this confusion so maybe the `th` could be more detailled than a simple star. |
2 | | And then if the target is the messages item, i really think it's important to only display the starred items in the Starred tab (so not the parent thread), the link could still be the thread with an anchor to arrive on the starred item, and maybe add a specific bulk action there. |
| 1 | I just realized why the star feature has his own column (although the star could prepend the subject title) and has no bulk actions in sent/inbox. Correct me if i'm wrong: the column means : this thread contains one or more starred items. If it's the case i guess some other people will make this confusion so maybe the `th` could be more detailled than a simple star. |
| 2 | + I see now that the bulk action is in this particular column, when you click on the star if one or more items are starred it removes all starred item in the thread. (maybe a title attribute into the star link to inform "Delete all starred items" ?) |
| 3 | But if you click on the star when no items are starred it only stars the first item.. So in first case action is concerning all items, in the second only one. |
| 4 | |
| 5 | imho if the target is the messages item, the column in inbox/sent should only be informative, and the bulk action should live in the starred tab which should only display the starred items (so not the parent thread), the link could still be the thread with an anchor to arrive on the starred item. At the same time, i don't know if it's easy to loop in messages item without looping on threads. first. |