Re: RFC: notmuch-cache.el: simple caching of MIME parts
authorJesse Rosenthal <jrosenthal@jhu.edu>
Tue, 7 Oct 2014 12:25:39 +0000 (08:25 +2000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 18:05:08 +0000 (10:05 -0800)
d7/63afeeb1db99da34f97c4a03efdd88c76ec564 [new file with mode: 0644]

diff --git a/d7/63afeeb1db99da34f97c4a03efdd88c76ec564 b/d7/63afeeb1db99da34f97c4a03efdd88c76ec564
new file mode 100644 (file)
index 0000000..59d531f
--- /dev/null
@@ -0,0 +1,73 @@
+Return-Path: <prvs=350ea838c=jrosenthal@jhu.edu>\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 3B0AD431FB6\r
+       for <notmuch@notmuchmail.org>; Tue,  7 Oct 2014 06:25:56 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -2.3\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
+       tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled\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 CoyVKcMftr6x for <notmuch@notmuchmail.org>;\r
+       Tue,  7 Oct 2014 06:25:48 -0700 (PDT)\r
+X-Greylist: delayed 3603 seconds by postgrey-1.32 at olra;\r
+       Tue, 07 Oct 2014 06:25:48 PDT\r
+Received: from smtpauth.johnshopkins.edu (smtpauth.johnshopkins.edu\r
+       [162.129.8.200]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 853E0431FAF\r
+       for <notmuch@notmuchmail.org>; Tue,  7 Oct 2014 06:25:47 -0700 (PDT)\r
+X-IronPort-AV: E=Sophos;i="5.04,670,1406606400"; d="scan'208";a="427018956"\r
+Received: from c-69-137-43-192.hsd1.md.comcast.net (HELO localhost)\r
+       ([69.137.43.192])\r
+       by ipex1.johnshopkins.edu with ESMTP/TLS/DHE-RSA-AES256-SHA;\r
+       07 Oct 2014 08:25:41 -0400\r
+From: Jesse Rosenthal <jrosenthal@jhu.edu>\r
+To: David Edmondson <dme@dme.org>, notmuch@notmuchmail.org\r
+Subject: Re: RFC: notmuch-cache.el: simple caching of MIME parts\r
+In-Reply-To: <m2tx3gmhwq.fsf@fenchurch.hh.sledj.net>\r
+References: <m2wq8cmi2c.fsf@fenchurch.hh.sledj.net>\r
+       <m2tx3gmhwq.fsf@fenchurch.hh.sledj.net>\r
+User-Agent: Notmuch/0.18.1+113~gcec601c (http://notmuchmail.org) Emacs/24.3.1\r
+       (x86_64-apple-darwin)\r
+Date: Tue, 07 Oct 2014 08:25:39 -0400\r
+Message-ID: <m138b0xe0s.fsf@jhu.edu>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\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: Tue, 07 Oct 2014 13:26:01 -0000\r
+\r
+Hi David,\r
+\r
+David Edmondson <dme@dme.org> writes:\r
+\r
+> ...here is a very simple filesystem based cache of MIME parts for\r
+> notmuch. It's integrated using defadvice for now, but a cleaner\r
+> approach is obviously possible.\r
+\r
+Just to say that this is great, and very much appreciated. There are\r
+some threads I avoided opening (or opened from the cli) because they\r
+started with huge attachments and I didn't feel like waiting.\r
+\r
+I used to have something like this in my remote script, but trashed it\r
+when I lost track of the emacs client internals, and wasn't sure anymore\r
+what commands were called for attachments. So I'm very glad you were\r
+moved to write this, and even gladder you posted it.\r
+\r
+Best,\r
+Jesse\r