[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / cc / 320b1856d09f1fff9410f6280ad46f5454534f
1 Return-Path: <dkg@fifthhorseman.net>\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 63861431FC9\r
6         for <notmuch@notmuchmail.org>; Wed, 21 Jan 2015 13:37:07 -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: 2.438\r
10 X-Spam-Level: **\r
11 X-Spam-Status: No, score=2.438 tagged_above=-999 required=5\r
12         tests=[DNS_FROM_AHBL_RHSBL=2.438] 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 6SwgrrPl3TF4 for <notmuch@notmuchmail.org>;\r
16         Wed, 21 Jan 2015 13:37:04 -0800 (PST)\r
17 Received: from che.mayfirst.org (che.mayfirst.org [209.234.253.108])\r
18         by olra.theworths.org (Postfix) with ESMTP id 2CEB2431FBC\r
19         for <notmuch@notmuchmail.org>; Wed, 21 Jan 2015 13:37:04 -0800 (PST)\r
20 Received: from fifthhorseman.net (unknown [38.109.115.130])\r
21         by che.mayfirst.org (Postfix) with ESMTPSA id D6637F984;\r
22         Wed, 21 Jan 2015 16:37:00 -0500 (EST)\r
23 Received: by fifthhorseman.net (Postfix, from userid 1000)\r
24         id 274851FF47; Wed, 21 Jan 2015 16:36:58 -0500 (EST)\r
25 From: Daniel Kahn Gillmor <dkg@fifthhorseman.net>\r
26 To: Austin Clements <aclements@csail.mit.edu>\r
27 Subject: Re: privacy problem: text/html parts pull in network resources\r
28 In-Reply-To: <20150121211407.GK22599@csail.mit.edu>\r
29 References: <87ppa7q25w.fsf@alice.fifthhorseman.net>\r
30         <20150121211407.GK22599@csail.mit.edu>\r
31 User-Agent: Notmuch/0.18.2 (http://notmuchmail.org) Emacs/24.4.1\r
32         (x86_64-pc-linux-gnu)\r
33 Date: Wed, 21 Jan 2015 16:36:58 -0500\r
34 Message-ID: <87k30fq0hx.fsf@alice.fifthhorseman.net>\r
35 MIME-Version: 1.0\r
36 Content-Type: text/plain\r
37 Cc: notmuch mailing list <notmuch@notmuchmail.org>\r
38 X-BeenThere: notmuch@notmuchmail.org\r
39 X-Mailman-Version: 2.1.13\r
40 Precedence: list\r
41 List-Id: "Use and development of the notmuch mail system."\r
42         <notmuch.notmuchmail.org>\r
43 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
44         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
45 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
46 List-Post: <mailto:notmuch@notmuchmail.org>\r
47 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
48 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
50 X-List-Received-Date: Wed, 21 Jan 2015 21:37:07 -0000\r
51 \r
52 On Wed 2015-01-21 16:14:07 -0500, Austin Clements wrote:\r
53 > I have a fix for this on shr buried deep in an old patch series that I\r
54 > never got back to: id:1398105468-14317-12-git-send-email-amdragon@mit.edu\r
55 >\r
56 > For shr, the key is to set shr-blocked-images to ".".\r
57 \r
58 I've just done this, but it doesn't seem to help.\r
59 \r
60 > However, IIRC, in the current notmuch message rendering pipeline, mm\r
61 > overrides this variable with something computed from\r
62 > gnus-blocked-images.  That said, I'm not sure why gnus-blocked-images\r
63 > isn't *already* taking care of this, but that's probably the place to\r
64 > start digging.\r
65 \r
66 gnus-blocked-images is set for me to the function\r
67 gnus-block-private-groups, but i don't know what that is (the function\r
68 is undocumented afaict).  Setting gnus-blocked-images to a regexp of "."\r
69 seems to work for me, though.\r
70 \r
71    --dkg\r