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 9AD47431FAE; Fri, 20 Nov 2009 15:19:01 -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 uc6eUU41-Zwo; Fri, 20 Nov 2009 15:19:01 -0800 (PST) Received: from cworth.org (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id AE6ED431FBC; Fri, 20 Nov 2009 15:19:00 -0800 (PST) From: Carl Worth To: Eric Anholt , notmuch@notmuchmail.org In-Reply-To: <1258722042-14237-1-git-send-email-eric@anholt.net> References: <1258722042-14237-1-git-send-email-eric@anholt.net> Date: Sat, 21 Nov 2009 00:18:49 +0100 Message-ID: <87pr7cokdi.fsf@yoom.home.cworth.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Eric Anholt Subject: Re: [notmuch] [PATCH] When a search query triggers a Xapian exception, log what the query was. 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 23:19:01 -0000 On Fri, 20 Nov 2009 14:00:42 +0100, Eric Anholt wrote: > In my script containing a series of queries to be run on new mail for > setting up tags, it's nice to see which query I typed wrong. Good point. Pushed. Thanks, -Carl