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 D2893431FC4 for ; Thu, 29 Jan 2015 16:49:29 -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 C1SjiTLTFpLU for ; Thu, 29 Jan 2015 16:49:26 -0800 (PST) Received: from mail-pa0-f43.google.com (mail-pa0-f43.google.com [209.85.220.43]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 873A7431FBC for ; Thu, 29 Jan 2015 16:49:26 -0800 (PST) Received: by mail-pa0-f43.google.com with SMTP id eu11so45275390pac.2 for ; Thu, 29 Jan 2015 16:49:24 -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=Mbt5nPl5KetlDk0Et9IGK6JwVxTM8qUjZFAvIiHfpNg=; b=f5YXv0fST3dm4gVzmxf0ouK04BSR9BJLn6+5cqfYcxdPMnZLaX6m7nTqoO7yPzt5mI GwgZsfj4JspWtWoTSPkRo5a3MN1z6alwgHQ/58eauFlUROHBohbzYFziAhqbpzvLH94m Q6FWnPzGrYMfRRaNs6KFQuoq/gbPl7t6wmXY+nvn1sH1xV9xJqEiT+H/vvKFOs+WKLds oqgjTyVwy6zKwQqWIJv2SjNHdockkXVGqbZ+mZNnInb8dEJTcf6NJcBdfKJa/k0S2ccA NF9XC6NNf9pUThiKVhEnvluB+avinfpwFfFlO00FskcCq9i9vZjn29Bh0WFT0o+7x0Py FuiQ== X-Received: by 10.70.17.65 with SMTP id m1mr4688389pdd.103.1422578963844; Thu, 29 Jan 2015 16:49:23 -0800 (PST) Received: from localhost ([2601:9:5d00:15b9:9997:a9cd:4a6a:40f0]) by mx.google.com with ESMTPSA id s4sm8927705pdd.40.2015.01.29.16.49.22 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 29 Jan 2015 16:49:22 -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 16:49:20 -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: Fri, 30 Jan 2015 00:49:30 -0000 On Thu, Jan 29, 2015 at 01:39 PM, Jinwoo Lee wrote: > Sent another patch. I couldn't test it with gnus-w3m though because I > don't have w3m on my machine now. I installed w3m and verified that my patch works with gnus-w3m too.