From: David Bremner Date: Mon, 2 Feb 2015 22:15:47 +0000 (+0100) Subject: Re: [PATCH] emacs: Add a defcustom that specifies regexp for blocked remote images. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=13357b01239325c825c79fcc40ad788193915c0a;p=notmuch-archives.git Re: [PATCH] emacs: Add a defcustom that specifies regexp for blocked remote images. --- diff --git a/1e/86517ac331893c185b2a689f6ba57739964676 b/1e/86517ac331893c185b2a689f6ba57739964676 new file mode 100644 index 000000000..793e6e204 --- /dev/null +++ b/1e/86517ac331893c185b2a689f6ba57739964676 @@ -0,0 +1,70 @@ +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 C3E35431FC2 + for ; Mon, 2 Feb 2015 14:17:33 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 2.438 +X-Spam-Level: ** +X-Spam-Status: No, score=2.438 tagged_above=-999 required=5 + tests=[DNS_FROM_AHBL_RHSBL=2.438] 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 z-FQPH0aZx37 for ; + Mon, 2 Feb 2015 14:17:30 -0800 (PST) +Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net + [87.98.215.224]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 90F89431FC0 + for ; Mon, 2 Feb 2015 14:17:30 -0800 (PST) +Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim + 4.80) (envelope-from ) + id 1YIPHk-0004fB-NR; Mon, 02 Feb 2015 22:16:00 +0000 +Received: (nullmailer pid 2137 invoked by uid 1000); Mon, 02 Feb 2015 + 22:15:47 -0000 +From: David Bremner +To: Jinwoo Lee , notmuch@notmuchmail.org +Subject: Re: [PATCH] emacs: Add a defcustom that specifies regexp for blocked + remote images. +In-Reply-To: +References: + <1422911092-18231-1-git-send-email-jinwoo68@gmail.com> + +User-Agent: Notmuch/0.19+48~gb74ed1c (http://notmuchmail.org) Emacs/24.4.1 + (x86_64-pc-linux-gnu) +Date: Mon, 02 Feb 2015 23:15:47 +0100 +Message-ID: <87wq40j6y4.fsf@maritornes.cs.unb.ca> +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: Mon, 02 Feb 2015 22:17:33 -0000 + +Jinwoo Lee writes: + +> And what's the process for checking the code in? I just push to the +> repo? +> +> -jinwoo + +Hi Jinwoo; + +I pushed it. We're pretty miserly with push access, but once you get +through the reviews, getting the code in is quick. + +Welcome aboard ;). + +d