Re: [notmuch] [PATCH 2/2] notmuch list: A new command to produce various lists.
authorBdale Garbee <bdale@gag.com>
Thu, 19 Nov 2009 17:59:13 +0000 (10:59 +1700)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:35:37 +0000 (09:35 -0800)
59/e49d5867aeb5bfb2041647242527705211407b [new file with mode: 0644]

diff --git a/59/e49d5867aeb5bfb2041647242527705211407b b/59/e49d5867aeb5bfb2041647242527705211407b
new file mode 100644 (file)
index 0000000..be0725c
--- /dev/null
@@ -0,0 +1,80 @@
+Return-Path: <bdale@gag.com>\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 282BF431FAE\r
+       for <notmuch@notmuchmail.org>; Thu, 19 Nov 2009 09:59:20 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\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 AkJRKq5FUvS7 for <notmuch@notmuchmail.org>;\r
+       Thu, 19 Nov 2009 09:59:19 -0800 (PST)\r
+Received: from winfree.gag.com (winfree.gag.com [192.133.104.8])\r
+       by olra.theworths.org (Postfix) with ESMTP id 1B061431FBC\r
+       for <notmuch@notmuchmail.org>; Thu, 19 Nov 2009 09:59:19 -0800 (PST)\r
+Received: from localhost (localhost.localdomain [127.0.0.1])\r
+       by winfree.gag.com (Postfix) with ESMTP id 5228D3027;\r
+       Thu, 19 Nov 2009 10:59:18 -0700 (MST)\r
+X-Virus-Scanned: Debian amavisd-new at gag.com\r
+Received: from winfree.gag.com ([127.0.0.1])\r
+       by localhost (winfree.gag.com [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id gu-weZJMXeZ0; Thu, 19 Nov 2009 10:59:17 -0700 (MST)\r
+Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1])\r
+       by winfree.gag.com (Postfix) with ESMTP id 23AFF3025;\r
+       Thu, 19 Nov 2009 10:59:17 -0700 (MST)\r
+From: Bdale Garbee <bdale@gag.com>\r
+To: Carl Worth <cworth@cworth.org>\r
+In-Reply-To: <87lji2bmrb.fsf@yoom.home.cworth.org>\r
+References: <1258630481-5133-1-git-send-email-jan@ryngle.com>\r
+       <1258630481-5133-2-git-send-email-jan@ryngle.com>\r
+       <f35dbb950911190352q2dcd041fr83a2f722f3231f44@mail.gmail.com>\r
+       <87lji2bmrb.fsf@yoom.home.cworth.org>\r
+Content-Type: text/plain; charset="UTF-8"\r
+Date: Thu, 19 Nov 2009 10:59:13 -0700\r
+Message-ID: <1258653555.13952.13.camel@rover>\r
+Mime-Version: 1.0\r
+X-Mailer: Evolution 2.28.1 \r
+Content-Transfer-Encoding: 7bit\r
+Cc: notmuch@notmuchmail.org\r
+Subject: Re: [notmuch] [PATCH 2/2] notmuch list: A new command to produce\r
+ various lists.\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.12\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: Thu, 19 Nov 2009 17:59:20 -0000\r
+\r
+On Thu, 2009-11-19 at 15:41 +0100, Carl Worth wrote:\r
+\r
+> The other reason I've wanted this is have something like a "folder view"\r
+> that would show a list of tags and a number of messages with each tag,\r
+> (or a number of messages with that tag and the inbox tag).\r
+> \r
+> I know that Keith said he'd prefer to use a view like that as his\r
+> primary way of reading mail.\r
+\r
+Yes.  \r
+\r
+I've been pondering approaches to prioritizing the pool of unread\r
+messages.  Most of my thinking so far is along the lines of the ability\r
+to automatically apply tags to new messages on various criteria combined\r
+with the ability to manipulate the order in which tags are presented in\r
+a view like what you're describing.\r
+\r
+For better or worse, with about 45k messages hitting my inbox per year\r
+*after* most of the list traffic gets peeled off and fed to a private\r
+NNTP server, it's not about reading all of my email any more... it's\r
+about finding and reading the stuff that actually matters *to me*.\r
+Can't tell you how excited I am about what's happening here!\r
+\r
+Bdale\r
+\r
+\r