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 7B0514196F0 for ; Tue, 27 Apr 2010 16:29:30 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.001 X-Spam-Level: X-Spam-Status: No, score=-0.001 tagged_above=-999 required=5 tests=[BAYES_40=-0.001] autolearn=ham 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 eIFrM-OlYnbp for ; Tue, 27 Apr 2010 16:29:29 -0700 (PDT) Received: from mail.hohndel.org (mail.hohndel.org [65.23.157.147]) by olra.theworths.org (Postfix) with ESMTP id ADB1B431FC1 for ; Tue, 27 Apr 2010 16:29:29 -0700 (PDT) Received: by mail.hohndel.org (Postfix, from userid 112) id 6405E758001; Tue, 27 Apr 2010 19:29:27 -0400 (EDT) Received: from x200.gr8dns.org (unknown [65.23.157.147]) by mail.hohndel.org (Postfix) with ESMTP id 621BA340F8 for ; Tue, 27 Apr 2010 19:29:25 -0400 (EDT) Received: by x200.gr8dns.org (Postfix, from userid 500) id 76E31CCD18; Tue, 27 Apr 2010 16:29:25 -0700 (PDT) From: Dirk Hohndel To: Subject: For 0.3.1: fix SEGV in notmuch search if author name ends in comma Date: Tue, 27 Apr 2010 16:29:21 -0700 Message-Id: <1272410963-2106-1-git-send-email-hohndel@infradead.org> X-Mailer: git-send-email 1.6.6.1 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: Tue, 27 Apr 2010 23:29:30 -0000 Another incredibly stupid bug in my code. Rather obvious fix (I hope) coming up. /D