--- /dev/null
+Return-Path: <dme@dme.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 89B99431FAF\r
+ for <notmuch@notmuchmail.org>; Tue, 7 Oct 2014 00:53:55 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.7\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
+ tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 saKDBhZztbzK for <notmuch@notmuchmail.org>;\r
+ Tue, 7 Oct 2014 00:53:50 -0700 (PDT)\r
+Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com\r
+ [209.85.212.171]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+ (No client certificate requested)\r
+ by olra.theworths.org (Postfix) with ESMTPS id 91567431FAE\r
+ for <notmuch@notmuchmail.org>; Tue, 7 Oct 2014 00:53:50 -0700 (PDT)\r
+Received: by mail-wi0-f171.google.com with SMTP id em10so6928653wid.4\r
+ for <notmuch@notmuchmail.org>; Tue, 07 Oct 2014 00:53:49 -0700 (PDT)\r
+X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;\r
+ d=1e100.net; s=20130820;\r
+ h=x-gm-message-state:to:subject:user-agent:from:date:message-id\r
+ :mime-version:content-type;\r
+ bh=oAGRjXpVwJHbQXCsZjPI52plarxlWaDyMEnrNU5mchQ=;\r
+ b=M7uIPLJp0nabt/5uboq1+JELfzUvM0KSXA9r5EtF7AoqS+mtIzUOxbGiGAuGMZMCe2\r
+ airKOH4/pL0UwdiiGtoMUg1EGSHp1ZNtIK/NQSV821dW5bCCw10MJ0PEMrEby/+ZI0hP\r
+ 3J8asEfC522Q2FAtA0rvk9q3shSgQsR/5+b2cW/zXCgQ8sCpz371TmgJbn0QegQYP/dz\r
+ xy67j5epIqJwMswG8FL/aEtwicRxajfRadFGWJXAhBBVjKPOgeNllkTtj+JmNvtJGmNs\r
+ OufpLhk4A6CLD0jLVBA/mlBxOyMN/igrIY3XorrIJ9tWVJZVHZ6zjBQ5FXh4UHSBqWu+\r
+ oXCg==\r
+X-Gm-Message-State:\r
+ ALoCoQljQ5AkskWzo+Qy/igDDkj9e10aHyCLFRQJZoQsAAMFf9Mjb6JX0nu4bCHGdq/UyX10k251\r
+X-Received: by 10.180.86.167 with SMTP id q7mr2543986wiz.21.1412668429291;\r
+ Tue, 07 Oct 2014 00:53:49 -0700 (PDT)\r
+Received: from localhost ([2a01:348:1a2:1:bc6b:bac4:2954:d414])\r
+ by mx.google.com with ESMTPSA id\r
+ wu10sm11556227wjb.8.2014.10.07.00.53.48 for <multiple recipients>\r
+ (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);\r
+ Tue, 07 Oct 2014 00:53:48 -0700 (PDT)\r
+To: notmuch@notmuchmail.org\r
+Subject: RFC: notmuch-cache.el: simple caching of MIME parts\r
+User-Agent: Notmuch/0.18.1 (http://notmuchmail.org) Emacs/24.3.1\r
+ (x86_64-apple-darwin13.3.0)\r
+From: David Edmondson <dme@dme.org>\r
+Date: Tue, 07 Oct 2014 08:53:47 +0100\r
+Message-ID: <m2wq8cmi2c.fsf@fenchurch.hh.sledj.net>\r
+MIME-Version: 1.0\r
+Content-Type: multipart/mixed; boundary="=-=-="\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 07:53:55 -0000\r
+\r
+--=-=-=\r
+Content-Type: text/plain\r
+\r
+I've been using remote-notmuch over a 3G connection quite a lot\r
+recently. Dragging down the same MIME part more than once is annoying,\r
+so here is a very simple filesystem based cache of MIME parts for\r
+notmuch. It's integrated using defadvice for now, but a cleaner approach\r
+is obviously possible.\r
+\r
+No suggestion that this should be integrated - it's just a toy to prompt\r
+discussion.\r
+\r
+--=-=-=\r
+Content-Type: application/octet-stream\r
+Content-Disposition: attachment; filename=notmuch-cache.el~\r
+Content-Transfer-Encoding: base64\r
+\r
+KGRlZnVuIG5vdG11Y2gtY2FjaGUtZ2V0IChpZCBwYXJ0KQogICJSZXR1cm4gYSBjYWNoZWQgY29w\r
+eSBvZiBJRCdzIE1JTUUgUEFSVCwgb3IgbmlsLiIKICBuaWwpCgooZGVmdW4gbm90bXVjaC1jYWNo\r
+ZS1wdXQgKGlkIHBhcnQgY29udGVudCkKICAiQ2FjaGUgYSBjb3B5IG9mIElEJ3MgTUlNRSBQQVJU\r
+IHVzaW5nIENPTlRFTlQuIgogICkKCihkZWZhZHZpY2Ugbm90bXVjaC1nZXQtYm9keXBhcnQtaW50\r
+ZXJuYWwK\r
+--=-=-=--\r