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 249AE431FBF; Fri, 20 Nov 2009 04:41:31 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org 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 x7vXOVmmI5Tl; Fri, 20 Nov 2009 04:41:30 -0800 (PST) Received: from cworth.org (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id E7187431FAE; Fri, 20 Nov 2009 04:41:29 -0800 (PST) From: Carl Worth To: Mikhail Gusarov , notmuch@notmuchmail.org In-Reply-To: <1258679740-22089-1-git-send-email-dottedmag@dottedmag.net> References: <1258679740-22089-1-git-send-email-dottedmag@dottedmag.net> Date: Fri, 20 Nov 2009 13:41:18 +0100 Message-ID: <87aayhmkr5.fsf@yoom.home.cworth.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [notmuch] [PATCH] Allow to redefine notmuch binary name and path in elisp mode X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.12 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, 20 Nov 2009 12:41:31 -0000 On Fri, 20 Nov 2009 07:15:40 +0600, Mikhail Gusarov wrote: > Signed-off-by: Mikhail Gusarov Thanks for the patch, Mikhail! This is pushed now. -Carl PS. Some people may have noticed that the original mail from Mikhail put notmuch-show-mode into an infinite loop. The bug is triggered by the mail message containing a notmuch message marker, "^lmessage{" in the body, (but with a literal ^L). I haven't fixed the infinite loop yet, and it would be good to come up with a way to do ignore delimiters internal to the body of a message. Until then, I've changed the notmuch.el code to use "\f" instead of literal ^L so we at least won't hit this bug with patches to notmuch.el anymore.