Flat search and threaded views
authorYuri D'Elia <wavexx@thregr.org>
Thu, 4 Aug 2016 15:39:15 +0000 (17:39 +0200)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 23:22:18 +0000 (16:22 -0700)
51/d3876ed93cd001582a74d4ffd4ba418223db3c [new file with mode: 0644]

diff --git a/51/d3876ed93cd001582a74d4ffd4ba418223db3c b/51/d3876ed93cd001582a74d4ffd4ba418223db3c
new file mode 100644 (file)
index 0000000..3892724
--- /dev/null
@@ -0,0 +1,78 @@
+Return-Path: <wavexx@thregr.org>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id D1DE46DE01BA\r
+ for <notmuch@notmuchmail.org>; Thu,  4 Aug 2016 09:06:52 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -2.697\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-2.697 tagged_above=-999 required=5\r
+ tests=[AWL=-2.686, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01]\r
+ autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id Ium8qftVmEcG for <notmuch@notmuchmail.org>;\r
+ Thu,  4 Aug 2016 09:06:43 -0700 (PDT)\r
+X-Greylist: delayed 1645 seconds by postgrey-1.35 at arlo;\r
+ Thu, 04 Aug 2016 09:06:43 PDT\r
+Received: from e.thregr.org (e.thregr.org [80.68.88.20])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id A02EB6DE00DF\r
+ for <notmuch@notmuchmail.org>; Thu,  4 Aug 2016 09:06:43 -0700 (PDT)\r
+Received: from [2a02:27e8:20:9049:56ee:75ff:fe83:444c] (helo=localhost)\r
+ by e.thregr.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)\r
+ (Exim 4.87) (envelope-from <wavexx@thregr.org>) id 1bVKjr-0008Et-F8\r
+ for notmuch@notmuchmail.org; Thu, 04 Aug 2016 17:39:15 +0200\r
+From: Yuri D'Elia <wavexx@thregr.org>\r
+To: notmuch@notmuchmail.org\r
+Subject: Flat search and threaded views\r
+User-Agent: Notmuch/ (https://notmuchmail.org) Emacs/24.5.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Thu, 04 Aug 2016 17:39:15 +0200\r
+Message-ID: <87k2fwbl24.fsf@wavexx.thregr.org>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.20\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Thu, 04 Aug 2016 16:06:52 -0000\r
+\r
+Hi everyone, I'm experimenting with notmuch-emacs.el (straight from\r
+git), and I have a few questions after a few days of testing.\r
+\r
+The search buffer packs messages in threads by default. Is there a way\r
+to have a flat list of strictly matching messages when needed?\r
+\r
+For example, for a query like "tag:unread AND date:24h..now", I'm shown\r
+all threads containing unread messages within the last day, which is\r
+perfect. But when I select a thread (with RET), I'm shown the thread\r
+from the start.\r
+\r
+I'd like to jump directly to the first unread message (and in detail, to\r
+the first message that actually matches the query!). It's really not\r
+great to have to find what message matched the query, especially for\r
+long-running threads.\r
+\r
+Another odd behavior I get as a result is that you obviously need to\r
+select the unread message explicitly to remove the unread tag. Applying\r
+tags to _individual_ messages is similarly weird, as you cannot do that\r
+from the search view (they would apply to the entire thread). Maybe I'm\r
+missing a better way here.\r
+\r
+Tree view is only marginally better in both scenarios.\r
+\r
+You can start a tree search with 'z', but is there a way to make\r
+searches from the notmuch-hello box into tree by default?\r
+\r
+Is there a way to sort the search (either tree/search) by subject or\r
+by author? Rarely useful, but it doesn't seem possible.\r