[PATCH 1/9] lib: read "property" terms from messages.
[notmuch-archives.git] / 80 / 4d1768bcfcf3a93cabd1c0db0a1d323c79c3b8
1 Return-Path: <aaronecay@gmail.com>\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 ECC7B431FAF\r
6         for <notmuch@notmuchmail.org>; Thu, 19 Jan 2012 09:31:18 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.699\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.699 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FROM=0.001,\r
13         RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id v-sE+3uehhxv for <notmuch@notmuchmail.org>;\r
17         Thu, 19 Jan 2012 09:31:16 -0800 (PST)\r
18 Received: from mail-qw0-f46.google.com (mail-qw0-f46.google.com\r
19         [209.85.216.46]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id D3F56431FAE\r
22         for <notmuch@notmuchmail.org>; Thu, 19 Jan 2012 09:31:16 -0800 (PST)\r
23 Received: by qadc10 with SMTP id c10so2720141qad.5\r
24         for <notmuch@notmuchmail.org>; Thu, 19 Jan 2012 09:31:16 -0800 (PST)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
26         h=sender:from:to:subject:in-reply-to:references:user-agent:date\r
27         :message-id:mime-version:content-type;\r
28         bh=uAuI9mrjOpAD4xm3yWjZ3u6Vsi1vpuZkc8nzQAMH3o4=;\r
29         b=flUQVNX8wFsFDiYK9dOSPLHWIL0041u1bIFbony3mVSrGOkcIKq8VLvyO0aNfyCzjw\r
30         EL8xMZhv2VSa86riMSVPf06BWhhQAkbJi5xb32zvRJjF3SmtwleSHqmwln7k/cs+BeDg\r
31         pXgaRJPsB/boVQkL/0YG+G9qCSPGh7N0eiRGo=\r
32 Received: by 10.224.18.66 with SMTP id v2mr24299807qaa.57.1326994276021;\r
33         Thu, 19 Jan 2012 09:31:16 -0800 (PST)\r
34 Received: from localhost (wal016.wlan.sas.upenn.edu. [128.91.71.145])\r
35         by mx.google.com with ESMTPS id gw6sm1083473qab.1.2012.01.19.09.31.14\r
36         (version=TLSv1/SSLv3 cipher=OTHER);\r
37         Thu, 19 Jan 2012 09:31:15 -0800 (PST)\r
38 Sender: Aaron Ecay <aaronecay@gmail.com>\r
39 From: Aaron Ecay <ecay@sas.upenn.edu>\r
40 To: David Edmondson <dme@dme.org>, notmuch@notmuchmail.org\r
41 Subject: Re: [PATCH] emacs: Make the part content available to\r
42         `mm-inlinable-p'.\r
43 In-Reply-To: <1326965647-1222-1-git-send-email-dme@dme.org>\r
44 References: <87k44o6o6e.fsf@gmail.com>\r
45         <1326965647-1222-1-git-send-email-dme@dme.org>\r
46 User-Agent: Notmuch/0.11+73~gd51b784 (http://notmuchmail.org) Emacs/24.0.92.2\r
47         (i386-apple-darwin10.8.0)\r
48 Date: Thu, 19 Jan 2012 12:31:12 -0500\r
49 Message-ID: <m2vco74n1b.fsf@wal122.wireless-pennnet.upenn.edu>\r
50 MIME-Version: 1.0\r
51 Content-Type: text/plain\r
52 X-BeenThere: notmuch@notmuchmail.org\r
53 X-Mailman-Version: 2.1.13\r
54 Precedence: list\r
55 List-Id: "Use and development of the notmuch mail system."\r
56         <notmuch.notmuchmail.org>\r
57 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
59 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
60 List-Post: <mailto:notmuch@notmuchmail.org>\r
61 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
62 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
63         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
64 X-List-Received-Date: Thu, 19 Jan 2012 17:31:19 -0000\r
65 \r
66 On Thu, 19 Jan 2012 09:34:07 +0000, David Edmondson <dme@dme.org> wrote:\r
67 > The `mm-inlinable-p' function works better if it has access to the\r
68 > data of the relevant part, so load that content before calling it.\r
69\r
70 > Don't load the content for parts that the user has indicated no desire\r
71 > to inline.\r
72\r
73 > This fixes the display of attached image/jpeg parts, for example.\r
74 \r
75 I had suggested the same approach in a message that only Dmitry got\r
76 (accursed new reply bindings!)  LGTM.\r
77 \r
78 -- \r
79 Aaron Ecay\r