From: David Bremner Date: Mon, 21 Apr 2014 13:02:54 +0000 (+0900) Subject: Re: [PATCH 1/1] emacs: hello: bugfix for saved searches defcustom X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=01f8225bd42b041616565fa1809199c520fc8b25;p=notmuch-archives.git Re: [PATCH 1/1] emacs: hello: bugfix for saved searches defcustom --- diff --git a/8d/ba4269449bfad81cd22637e09b8213afb7eb25 b/8d/ba4269449bfad81cd22637e09b8213afb7eb25 new file mode 100644 index 000000000..c4ba47e5e --- /dev/null +++ b/8d/ba4269449bfad81cd22637e09b8213afb7eb25 @@ -0,0 +1,61 @@ +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 16C32431FBF + for ; Mon, 21 Apr 2014 06:03:08 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + 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 z0fXDx5gU9v3 for ; + Mon, 21 Apr 2014 06:03:03 -0700 (PDT) +Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net + [87.98.215.224]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 443F9431FBC + for ; Mon, 21 Apr 2014 06:03:03 -0700 (PDT) +Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim + 4.72) (envelope-from ) + id 1WcDsE-0001PJ-0b; Mon, 21 Apr 2014 13:03:02 +0000 +Received: (nullmailer pid 12562 invoked by uid 1000); Mon, 21 Apr 2014 + 13:02:54 -0000 +From: David Bremner +To: Mark Walters , notmuch@notmuchmail.org +Subject: Re: [PATCH 1/1] emacs: hello: bugfix for saved searches defcustom +In-Reply-To: <1397683313-28268-2-git-send-email-markwalters1009@gmail.com> +References: <1397683313-28268-1-git-send-email-markwalters1009@gmail.com> + <1397683313-28268-2-git-send-email-markwalters1009@gmail.com> +User-Agent: Notmuch/0.17+202~gb65f328 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Mon, 21 Apr 2014 22:02:54 +0900 +Message-ID: <87fvl696o1.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, 21 Apr 2014 13:03:08 -0000 + +Mark Walters writes: + +> The recent changes for saved searches introduced a bug when notmuch +> was loaded after the saved search was defined. This was caused by a +> utility function not being defined when the defcustom was loaded. + +pushed. + +d