| Summary: | Sort unread messages at the top of incoming list | ||
|---|---|---|---|
| Product: | [Applications] trojita | Reporter: | Raphael Groner <projects.rg> |
| Component: | Desktop GUI | Assignee: | Trojita default assignee <trojita-bugs> |
| Status: | RESOLVED INTENTIONAL | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Raphael Groner
2015-06-25 14:40:54 UTC
Thanks for this feature request, and sorry for a late response once more. I've never needed this myself, so I don't think I'll be investing much time into coding this myself. If you would like to help, patches are welcome. A good place to start is the src/Imap/Model/ThreadingMsgListModel.cpp , but it's a bit complicated code. Right now, all sort operations result in a server roundtrip, so this one needs a special case to work locally (all message flags are already known after all). You cna already make a choice to only show unread messages, btw -- tha tmight suite you until someone implements this feature (if it ever happens). The "seen status" does not appear to be visible anymore, and therefore sorting by the seen status is not supported. |