Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / d7 / 63afeeb1db99da34f97c4a03efdd88c76ec564
1 Return-Path: <prvs=350ea838c=jrosenthal@jhu.edu>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 3B0AD431FB6\r
6         for <notmuch@notmuchmail.org>; Tue,  7 Oct 2014 06:25:56 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -2.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id CoyVKcMftr6x for <notmuch@notmuchmail.org>;\r
16         Tue,  7 Oct 2014 06:25:48 -0700 (PDT)\r
17 X-Greylist: delayed 3603 seconds by postgrey-1.32 at olra;\r
18         Tue, 07 Oct 2014 06:25:48 PDT\r
19 Received: from smtpauth.johnshopkins.edu (smtpauth.johnshopkins.edu\r
20         [162.129.8.200]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
21         (No client certificate requested)\r
22         by olra.theworths.org (Postfix) with ESMTPS id 853E0431FAF\r
23         for <notmuch@notmuchmail.org>; Tue,  7 Oct 2014 06:25:47 -0700 (PDT)\r
24 X-IronPort-AV: E=Sophos;i="5.04,670,1406606400"; d="scan'208";a="427018956"\r
25 Received: from c-69-137-43-192.hsd1.md.comcast.net (HELO localhost)\r
26         ([69.137.43.192])\r
27         by ipex1.johnshopkins.edu with ESMTP/TLS/DHE-RSA-AES256-SHA;\r
28         07 Oct 2014 08:25:41 -0400\r
29 From: Jesse Rosenthal <jrosenthal@jhu.edu>\r
30 To: David Edmondson <dme@dme.org>, notmuch@notmuchmail.org\r
31 Subject: Re: RFC: notmuch-cache.el: simple caching of MIME parts\r
32 In-Reply-To: <m2tx3gmhwq.fsf@fenchurch.hh.sledj.net>\r
33 References: <m2wq8cmi2c.fsf@fenchurch.hh.sledj.net>\r
34         <m2tx3gmhwq.fsf@fenchurch.hh.sledj.net>\r
35 User-Agent: Notmuch/0.18.1+113~gcec601c (http://notmuchmail.org) Emacs/24.3.1\r
36         (x86_64-apple-darwin)\r
37 Date: Tue, 07 Oct 2014 08:25:39 -0400\r
38 Message-ID: <m138b0xe0s.fsf@jhu.edu>\r
39 MIME-Version: 1.0\r
40 Content-Type: text/plain\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.13\r
43 Precedence: list\r
44 List-Id: "Use and development of the notmuch mail system."\r
45         <notmuch.notmuchmail.org>\r
46 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
48 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
49 List-Post: <mailto:notmuch@notmuchmail.org>\r
50 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
51 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
53 X-List-Received-Date: Tue, 07 Oct 2014 13:26:01 -0000\r
54 \r
55 Hi David,\r
56 \r
57 David Edmondson <dme@dme.org> writes:\r
58 \r
59 > ...here is a very simple filesystem based cache of MIME parts for\r
60 > notmuch. It's integrated using defadvice for now, but a cleaner\r
61 > approach is obviously possible.\r
62 \r
63 Just to say that this is great, and very much appreciated. There are\r
64 some threads I avoided opening (or opened from the cli) because they\r
65 started with huge attachments and I didn't feel like waiting.\r
66 \r
67 I used to have something like this in my remote script, but trashed it\r
68 when I lost track of the emacs client internals, and wasn't sure anymore\r
69 what commands were called for attachments. So I'm very glad you were\r
70 moved to write this, and even gladder you posted it.\r
71 \r
72 Best,\r
73 Jesse\r