thread sorting ideas
authorDirk Hohndel <hohndel@infradead.org>
Mon, 21 Jun 2010 16:03:40 +0000 (09:03 +1700)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:37:09 +0000 (09:37 -0800)
50/8788152e7ca2cc70a2801e751f53f8583848c6 [new file with mode: 0644]

diff --git a/50/8788152e7ca2cc70a2801e751f53f8583848c6 b/50/8788152e7ca2cc70a2801e751f53f8583848c6
new file mode 100644 (file)
index 0000000..33f59db
--- /dev/null
@@ -0,0 +1,74 @@
+Return-Path: <BATV+5595a60ebf5f56f8997a+2493+infradead.org+hohndel@bombadil.srs.infradead.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 olra.theworths.org (Postfix) with ESMTP id DE5484196F2\r
+       for <notmuch@notmuchmail.org>; Mon, 21 Jun 2010 09:04:41 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -2.301\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-2.301 tagged_above=-999 required=5\r
+       tests=[BAYES_40=-0.001, RCVD_IN_DNSWL_MED=-2.3] autolearn=ham\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id 0bcovRH+5rF5 for <notmuch@notmuchmail.org>;\r
+       Mon, 21 Jun 2010 09:04:31 -0700 (PDT)\r
+Received: from bombadil.infradead.org (bombadil.infradead.org [18.85.46.34])\r
+       by olra.theworths.org (Postfix) with ESMTP id 67342431FC1\r
+       for <notmuch@notmuchmail.org>; Mon, 21 Jun 2010 09:04:31 -0700 (PDT)\r
+Received: from localhost ([::1] helo=x201s.gr8dns.org)\r
+       by bombadil.infradead.org with esmtp (Exim 4.72 #1 (Red Hat Linux))\r
+       id 1OQjTu-00073l-6V\r
+       for notmuch@notmuchmail.org; Mon, 21 Jun 2010 16:04:23 +0000\r
+Received: by x201s.gr8dns.org (Postfix, from userid 500)\r
+       id B7CFD2F62C3; Mon, 21 Jun 2010 09:03:40 -0700 (PDT)\r
+From: Dirk Hohndel <hohndel@infradead.org>\r
+To: notmuch <notmuch@notmuchmail.org>\r
+Subject: thread sorting ideas\r
+User-Agent: Notmuch/0.3.1-70-g259d48b (http://notmuchmail.org) Emacs/23.2.1\r
+       (x86_64-redhat-linux-gnu)\r
+Date: Mon, 21 Jun 2010 09:03:40 -0700\r
+Message-ID: <m339wg1ig3.fsf@x201s.gr8dns.org>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+X-SRS-Rewrite: SMTP reverse-path rewritten from <hohndel@infradead.org> by\r
+       bombadil.infradead.org See http://www.infradead.org/rpr.html\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://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: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Mon, 21 Jun 2010 16:04:42 -0000\r
+\r
+\r
+Here is a feature that I could really use some times... \r
+\r
+Instead of sorting the threads based on the date of the first message in\r
+the thread, sort them based on the newest message in the thread. So if I\r
+take a quick look at the bottom (I am an "oldest first" kinda person) of\r
+a search and I see all the threads that have the newest messages.\r
+\r
+My suggestion would be to turn 'o' into a two key command:\r
+\r
+o-o : oldest first, sort by oldest message in thread\r
+o-O : oldest first, sort by newest message in thread\r
+o-n : newest first, sort by oldest message in thread\r
+o-N : newest first, sort by newest message in thread\r
+o-s : sort by subject?\r
+o-z : unthreaded, sort by message size?\r
+\r
+you can come up with many more sort ideas...\r
+\r
+/D\r
+\r
+-- \r
+Dirk Hohndel\r
+Intel Open Source Technology Center\r