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 2DF09431FC7 for ; Mon, 2 Feb 2015 13:08:19 -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 son0l9yKFdcc for ; Mon, 2 Feb 2015 13:08:16 -0800 (PST) Received: from mail-ie0-f172.google.com (mail-ie0-f172.google.com [209.85.223.172]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id EAE68431FC2 for ; Mon, 2 Feb 2015 13:08:15 -0800 (PST) Received: by mail-ie0-f172.google.com with SMTP id at20so20485212iec.3 for ; Mon, 02 Feb 2015 13:08:15 -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=+LTg1X8yBf7Uy6+Pp0KjOTPX63zQBrPIgCXx4Oik6uc=; b=uHTyQekMxp410HlEOAi6aV3qZkje4bX4Z4z88vioZ2A/ysypIalkNuP65/TzNSx93y T31klppB8TW41TKwoEFwjpkDfVk+I/kV7eb0qvSJ9PBXHjHG+l3/QXvgJXNO653kE8dk IlbE4uc8YvWQmz0PMd2pOBwZCk6UIIxOnWBrJ+f89jJzoAxhihM8aPNGq9H77JoMOapl +MWNzCNi2zYmGDrg+BYTXdr3b98lC57yTbQivxRZImKOEcZjUe6r0HEtTKjX1/Ni/63x e+4+Zbb/vQjn35WicxoZfWr3bRhS3m0TSVbtr73UXpYFv8QusQbIM82s+6FngzMXpdz9 2uxg== X-Received: by 10.107.135.161 with SMTP id r33mr24357581ioi.32.1422911295674; Mon, 02 Feb 2015 13:08:15 -0800 (PST) Received: from localhost ([2620:0:1000:407c:317e:4baf:6671:315a]) by mx.google.com with ESMTPSA id v39sm6682311iov.17.2015.02.02.13.08.15 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 02 Feb 2015 13:08:15 -0800 (PST) From: Jinwoo Lee To: notmuch@notmuchmail.org Subject: Re: [PATCH] emacs: Add a defcustom that specifies regexp for blocked remote images. In-Reply-To: <1422911092-18231-1-git-send-email-jinwoo68@gmail.com> References: <1422911092-18231-1-git-send-email-jinwoo68@gmail.com> User-Agent: Notmuch/0.18.1 (http://notmuchmail.org) Emacs/24.4.1 (x86_64-apple-darwin13.2.0) Date: Mon, 02 Feb 2015 13:08:15 -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 21:08:19 -0000 And what's the process for checking the code in? I just push to the repo? -jinwoo