From 1c543525c512509064aab09d599071e33e652ddb Mon Sep 17 00:00:00 2001 From: David Bremner Date: Fri, 18 Apr 2014 09:33:55 +0900 Subject: [PATCH] Re: [PATCH 0/1] emacs: hello: bugfix for saved searches defcustom --- 3b/ba61bdb15232e8156b82979b32adb48736d0fe | 63 +++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 3b/ba61bdb15232e8156b82979b32adb48736d0fe diff --git a/3b/ba61bdb15232e8156b82979b32adb48736d0fe b/3b/ba61bdb15232e8156b82979b32adb48736d0fe new file mode 100644 index 000000000..6c334273a --- /dev/null +++ b/3b/ba61bdb15232e8156b82979b32adb48736d0fe @@ -0,0 +1,63 @@ +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 1D02C431FAF + for ; Thu, 17 Apr 2014 17:35:41 -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 DNla2KDAt-ak for ; + Thu, 17 Apr 2014 17:35:37 -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 8B916431FAE + for ; Thu, 17 Apr 2014 17:35:37 -0700 (PDT) +Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim + 4.72) (envelope-from ) + id 1Wawkq-0003CZ-1E; Fri, 18 Apr 2014 00:34:08 +0000 +Received: (nullmailer pid 5154 invoked by uid 1000); Fri, 18 Apr 2014 + 00:33:55 -0000 +From: David Bremner +To: Mark Walters , notmuch@notmuchmail.org +Subject: Re: [PATCH 0/1] emacs: hello: bugfix for saved searches defcustom +In-Reply-To: <1397683313-28268-1-git-send-email-markwalters1009@gmail.com> +References: <1397683313-28268-1-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: Fri, 18 Apr 2014 09:33:55 +0900 +Message-ID: <87vbu7cw7g.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: Fri, 18 Apr 2014 00:35:41 -0000 + +Mark Walters writes: + +> This is almost the same as id:1397627927-9692-1-git-send-email-markwalters1009@gmail.com but with a commit message a couple of function renames and a couple of spelling/typo mistakes fixed (pointed out by Tomi) + +This version also fixes the problem I was having. Since it's just code +movement, not much to review. On the other hand, it would be good if +somebody other than Mark or I could confirm this code movement doesn't +break things for them. + +d + + -- 2.26.2