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 EBD40431FC2 for ; Mon, 2 Feb 2015 14:24:56 -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 FhYprPVE7yL8 for ; Mon, 2 Feb 2015 14:24:53 -0800 (PST) Received: from mail-ig0-f176.google.com (mail-ig0-f176.google.com [209.85.213.176]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id AEC31431FC0 for ; Mon, 2 Feb 2015 14:24:53 -0800 (PST) Received: by mail-ig0-f176.google.com with SMTP id hl2so22092674igb.3 for ; Mon, 02 Feb 2015 14:24:53 -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=TCCWc7pqEotoyQdHvwKXYDn7dJi01ZHRuHP0Qmlt/98=; b=TmNSddMs4DtBErPHDgfXkkq3CZJJ36sSDoKZSargGyRBecuZG2QgTikapJV8DW3n47 Jp8H7AleY+2elnvlxHDjuYHt0SRMiAwrfyC21vQaWJweWjq0iloaYtltsOI+M7LSRsds ycCPB+7PLyF/igkPGejsfNOf3gU9nEduYa4+XQc0am1FKgrLF3vDOm5Ha4P35Xg5XH5c UqKQg1vHTZXazoXu5EFh1peseEWfBefp0LsIsTu0YTNXVhUikxQJvnvLUOE1KDDKj2vH d4AjtrSSnvlQZH3P17h209j3C412spf3yBxHaWlsHXe8YB+i41gPvhsIXecTR63h+WK6 BNqg== X-Received: by 10.107.164.142 with SMTP id d14mr25591107ioj.13.1422915893333; Mon, 02 Feb 2015 14:24:53 -0800 (PST) Received: from localhost ([2620:0:1000:407c:317e:4baf:6671:315a]) by mx.google.com with ESMTPSA id j5sm6803562iod.31.2015.02.02.14.24.52 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 02 Feb 2015 14:24:52 -0800 (PST) From: Jinwoo Lee To: David Bremner , notmuch@notmuchmail.org Subject: Re: [PATCH] emacs: Add a defcustom that specifies regexp for blocked remote images. In-Reply-To: <87wq40j6y4.fsf@maritornes.cs.unb.ca> References: <1422911092-18231-1-git-send-email-jinwoo68@gmail.com> <87wq40j6y4.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: Mon, 02 Feb 2015 14:24:52 -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: Mon, 02 Feb 2015 22:24:57 -0000 On Mon, Feb 2, 2015 at 02:15 PM, David Bremner wrote: > 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. Great. > > Welcome aboard ;). Thanks! Hope I can contribute more soon. > > d