From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id B8F4F1F404; Wed, 24 Jan 2018 19:18:37 +0000 (UTC) Date: Wed, 24 Jan 2018 19:18:37 +0000 From: Eric Wong To: Dimid Duchovny Cc: msgthr-public@80x24.org Subject: Re: Feature Request: thread grouping Message-ID: <20180124191837.GA15414@starla> References: <20180121234911.GA29238@whir> <20180123220303.GA7222@80x24.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: List-Id: Dimid Duchovny wrote: > Consider this flow: > 1. querying the storage backend according to some criteria (e.g. a > time range, a particular sender, etc.) > 2. grouping the messages in the response to threads > > I'd rather show than tell, so here's a more elaborated example: > https://github.com/dimidd/msgthr/commit/3e38a4910e7a3c17c07f47c4f1b9d556a4a951fd.patch OK, thank you; I see potential for this change, now. Can you also add documentation for this feature so I can make a release? Thanks again.