Re: [PATCH] smtp-dummy: clear sockaddr_in structures before use.
[notmuch-archives.git] / d4 / 3200b3b038be34bb08cda35522cce694c46098
1 Return-Path: <rlb@defaultvalue.org>\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 B1053431FB6\r
6         for <notmuch@notmuchmail.org>; Tue, 22 Feb 2011 17:13:29 -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\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         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 ickbDy7Hjahu for <notmuch@notmuchmail.org>;\r
16         Tue, 22 Feb 2011 17:13:29 -0800 (PST)\r
17 Received: from defaultvalue.org (defaultvalue.org [70.85.129.156])\r
18         by olra.theworths.org (Postfix) with ESMTP id 2296B431FB5\r
19         for <notmuch@notmuchmail.org>; Tue, 22 Feb 2011 17:13:29 -0800 (PST)\r
20 Received: from omen.defaultvalue.org (localhost [127.0.0.1])\r
21         by defaultvalue.org (Postfix) with ESMTP id 08C0190D35;\r
22         Tue, 22 Feb 2011 19:13:48 -0600 (CST)\r
23 Received: from raven.defaultvalue.org (raven.defaultvalue.org [192.168.1.7])\r
24         by omen.defaultvalue.org (Postfix) with ESMTP id 157EC56601A;\r
25         Tue, 22 Feb 2011 19:13:27 -0600 (CST)\r
26 Received: by raven.defaultvalue.org (Postfix, from userid 1000)\r
27         id 03BCA7BA339; Tue, 22 Feb 2011 19:13:26 -0600 (CST)\r
28 From: Rob Browning <rlb@defaultvalue.org>\r
29 To: notmuch <notmuch@notmuchmail.org>\r
30 Subject: Re: Hiding HTML mime-parts and/or scrubbing (gmail's) HTML-based\r
31         citation\r
32 References: <878vx8c4on.fsf@hecate.student.uu.se>\r
33         <4D640194.2040104@fifthhorseman.net>\r
34         <8762sbdfer.fsf@hecate.student.uu.se>\r
35         <4D641587.9050701@fifthhorseman.net>\r
36 Date: Tue, 22 Feb 2011 19:13:26 -0600\r
37 In-Reply-To: <4D641587.9050701@fifthhorseman.net> (Daniel Kahn Gillmor's\r
38         message of "Tue, 22 Feb 2011 14:59:03 -0500")\r
39 Message-ID: <87vd0bft8p.fsf@raven.defaultvalue.org>\r
40 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)\r
41 MIME-Version: 1.0\r
42 Content-Type: text/plain; charset=utf-8\r
43 Content-Transfer-Encoding: quoted-printable\r
44 X-BeenThere: notmuch@notmuchmail.org\r
45 X-Mailman-Version: 2.1.13\r
46 Precedence: list\r
47 List-Id: "Use and development of the notmuch mail system."\r
48         <notmuch.notmuchmail.org>\r
49 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
51 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
52 List-Post: <mailto:notmuch@notmuchmail.org>\r
53 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
54 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
56 X-List-Received-Date: Wed, 23 Feb 2011 01:13:29 -0000\r
57 \r
58 Daniel Kahn Gillmor <dkg@fifthhorseman.net> writes:\r
59 \r
60 > On 02/22/2011 02:42 PM, Albin Stjerna wrote:\r
61 >> On Tue, 22 Feb 2011 13:33:56 -0500, Daniel Kahn Gillmor <dkg@fifthhorsem=\r
62 an.net> wrote:\r
63 >>> i think the correct solution would have nothing to do with text/html vs\r
64 >>> text/plain, but would have to do with whether the message is\r
65 >>> multipart/mixed or multipart/alternative.\r
66 >>=20\r
67 >> Thanks for pointing that out =E2=80=94 I see my poor knowledge of MIME i=\r
68 s showing.\r
69 >>=20\r
70 >> Of course, that sounds like the correct thing to do. However, I'm\r
71 >> looking for a (reasonably) quick fix, and what you're suggesting sounds\r
72 >> like a re-design of at least a part of the MUA. Isn't there an easier wa=\r
73 y?\r
74 >\r
75 \r
76 > this is how i like it, though it appears i'm only able to save the\r
77 > text/html part to a file, rather than force it through whatever html\r
78 > renderer notmuch would otherwise use (even with M-x\r
79 > notmuch-show-view-all-mime-parts, which surprises me a bit).\r
80 \r
81 The "Display Customization" section in the emacs/mime info pages might\r
82 also be interesting.  i.e. at the moment I use\r
83 mm-discouraged-alternatives like this (via Gnus):\r
84 \r
85   (setq mm-discouraged-alternatives\r
86         '("text/html" "text/richtext")\r
87         mm-automatic-display\r
88         (remove "text/html" mm-automatic-display))\r
89 \r
90 Though it's been so long since I set that up, I can't describe exactly\r
91 what it does off the top of my head, but I originally set it up to help\r
92 quash the display of html alternatives.\r
93 \r
94 --=20\r
95 Rob Browning\r
96 rlb @defaultvalue.org and @debian.org\r
97 GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4\r