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 55271431FB6 for ; Sun, 28 Nov 2010 14:08:36 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.3 X-Spam-Level: X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_MED=-2.3] 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 c9qk3wF87A1Y for ; Sun, 28 Nov 2010 14:08:35 -0800 (PST) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by olra.theworths.org (Postfix) with ESMTP id B225F431FB5 for ; Sun, 28 Nov 2010 14:08:34 -0800 (PST) Received: from hutte.canonical.com ([91.189.90.181]) by adelie.canonical.com with esmtp (Exim 4.69 #1 (Debian)) id 1PMpQ8-0006zu-KL; Sun, 28 Nov 2010 22:08:32 +0000 Received: from 158.96.124.202.static.snap.net.nz ([202.124.96.158] helo=grond) by hutte.canonical.com with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1PMpQ7-0006dU-Rn; Sun, 28 Nov 2010 22:08:32 +0000 Received: by grond (Postfix, from userid 1000) id 46FEC20E15C; Mon, 29 Nov 2010 11:08:26 +1300 (NZDT) From: Michael Hudson To: Sebastian Spaeth , Notmuch developer list Subject: Re: My spam confuses notmuch-search In-Reply-To: <87lj4gz930.fsf@SSpaeth.de> References: <87lj4gz930.fsf@SSpaeth.de> User-Agent: Notmuch/0.5 (http://notmuchmail.org) Emacs/23.1.50.1 (x86_64-pc-linux-gnu) Date: Mon, 29 Nov 2010 11:08:26 +1300 Message-ID: <8739ql5cf9.fsf@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: Sun, 28 Nov 2010 22:08:36 -0000 On Fri, 26 Nov 2010 11:13:23 +0100, Sebastian Spaeth wrote: > OK, here is a problematic email. It shows up as "Inbox 1" in my > notmuch-hello and when I go into the corresponding saved search the list > is empty. The "From" header contains some invalid XML entity encoding I > guess and that confuses things. It's containing a semi-colon that does it, IIRC. > Worth fixing? I guess. I talked to cworth on IRC about this a while ago, and I think the fix is using something more JSON-ish in the search results view for emacs. Cheers, mwh