From: Jinwoo Lee Date: Thu, 29 Jan 2015 21:39:28 +0000 (+1600) Subject: Re: [PATCH] Add a defcustom for whether to block remote images by default. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=85a4ce094315d2d4b643a8eeb77cd8f4abda31d7;p=notmuch-archives.git Re: [PATCH] Add a defcustom for whether to block remote images by default. --- diff --git a/ce/3eaad296f83c268c068ca8015c3bdac7759a70 b/ce/3eaad296f83c268c068ca8015c3bdac7759a70 new file mode 100644 index 000000000..b479f7479 --- /dev/null +++ b/ce/3eaad296f83c268c068ca8015c3bdac7759a70 @@ -0,0 +1,86 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 3208A431FC9 + for ; Thu, 29 Jan 2015 13:39:34 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 2.639 +X-Spam-Level: ** +X-Spam-Status: No, score=2.639 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + DNS_FROM_AHBL_RHSBL=2.438, FREEMAIL_ENVFROM_END_DIGIT=1, + FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id VtbUsAmEep-3 for ; + Thu, 29 Jan 2015 13:39:31 -0800 (PST) +Received: from mail-pa0-f49.google.com (mail-pa0-f49.google.com + [209.85.220.49]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id DA89D431FBC + for ; Thu, 29 Jan 2015 13:39:30 -0800 (PST) +Received: by mail-pa0-f49.google.com with SMTP id fa1so43722202pad.8 + for ; Thu, 29 Jan 2015 13:39:30 -0800 (PST) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=from:to:subject:in-reply-to:references:user-agent:date:message-id + :mime-version:content-type; + bh=UzfMYaFuE43eNhR0NGPTobhgU7gwBPiWqvE8C4x7Fz4=; + b=nrj/2fWr6mvQtuInnuhvIDZS98YriWArrqGkURmy/R83HU1GuKo5qXJmmnzb3n+TX6 + 0CIAigovtbTmhT657iJ66wOyAm+uT8U3Y+TyZi5ewgqODNj2uxXELWpECszX7H8Kqozm + pEgr+JPQkMUJQEsmylO/C8J9K0qc8wKo4Li9QuPlcynEwSmyMWT1I0QbHy89p6WpyQAy + oB2icjEsoTgsoilZx3/D4IogvoVq4hDVB7CW1QILmvfLB2HchCtejc8IqBYyicgizx1u + SlbZspnXmDfAzT6ifv/teTlCCjCgimuHalwRpZEKLdGOkWSfbaxmOZl+HcQ0zGAW3ekl + IhKg== +X-Received: by 10.68.68.236 with SMTP id z12mr3980743pbt.68.1422567570213; + Thu, 29 Jan 2015 13:39:30 -0800 (PST) +Received: from localhost ([2601:9:5d00:15b9:9997:a9cd:4a6a:40f0]) + by mx.google.com with ESMTPSA id cz1sm8707424pdb.32.2015.01.29.13.39.29 + (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); + Thu, 29 Jan 2015 13:39:29 -0800 (PST) +From: Jinwoo Lee +To: Tomi Ollila , David Bremner , + notmuch@notmuchmail.org +Subject: Re: [PATCH] Add a defcustom for whether to block remote images by + default. +In-Reply-To: +References: <1422495572-40384-1-git-send-email-jinwoo68@gmail.com> + <87pp9yjbhw.fsf@maritornes.cs.unb.ca> + + + + +User-Agent: Notmuch/0.18.1 (http://notmuchmail.org) Emacs/24.4.1 + (x86_64-apple-darwin13.2.0) +Date: Thu, 29 Jan 2015 13:39:28 -0800 +Message-ID: +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Thu, 29 Jan 2015 21:39:34 -0000 + +On Thu, Jan 29, 2015 at 12:57 PM, Jinwoo Lee wrote: +> On Thu, Jan 29, 2015 at 12:25 PM, Tomi Ollila wrote: +>> Thanks for your contribution. You seem to have taken my suggestion +>> literally just that it IIRC now only sets those when using shr renderer -- +>> setting of gnus-blocked images should be in other code path... i am not +>> sure though i am sending this using mobile phi0one terminal and checking +>> for sure is just too PITA ;\ +> +> Ouch. I was stupid. I'll send an update soon. +> + +Sent another patch. I couldn't test it with gnus-w3m though because I +don't have w3m on my machine now.