Sorting & grouping

Subject: Sorting & grouping

Date: Sat, 21 Jul 2018 21:57:17 +0000

To: notmuch@notmuchmail.org

Cc:

From: Leonard Lausen


There have been some previous discussions about introducing more sorting
options: id:87r2vmw6ev.fsf@jb55.com id:87a82aip0d.fsf@jb55.com

David has also proposed a new sort API in
id:20171210154956.4049-1-david@tethera.net

I believe the initial use-case of William was to sort incoming Github
notifications by project? The reasoning may be that less context
switches are necessary while going through the list of unread threads,
which by default would be sorted by date and may mix the threads of
potentially many projects. One workaround would be to issue one search
per project in sequence, but this can quickly become unwieldly as the
number of projects grows.

For this use-case, it seems the notion of "Grouping" results in the
notmuch-search view may be helpful. Consider all Github mails being
tagged with 'software' as well as 'lists/$PROJECT_NAME'. Then, currently
a search for 'tag:software tag:unread' will mix threads from different
projects, sorting all by date. What do you think about adding a 'group'
option that will group mails with the same set of tags (possibly minus a
list of tags to be ignored when grouping) and apply the normal search
order (e.g. by date) within each group? Or is this already possible?

Best regards
Leonard
_______________________________________________
notmuch mailing list
notmuch@notmuchmail.org
https://notmuchmail.org/mailman/listinfo/notmuch

Thread: