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 B7EAC431FBC for ; Mon, 15 Feb 2010 09:30:17 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.974 X-Spam-Level: X-Spam-Status: No, score=-0.974 tagged_above=-999 required=5 tests=[AWL=-0.975, BAYES_50=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 ayo1rRK77WDH for ; Mon, 15 Feb 2010 09:30:17 -0800 (PST) Received: from mail-ew0-f220.google.com (mail-ew0-f220.google.com [209.85.219.220]) by olra.theworths.org (Postfix) with ESMTP id 0EDBA431FAE for ; Mon, 15 Feb 2010 09:30:16 -0800 (PST) Received: by ewy20 with SMTP id 20so5611643ewy.0 for ; Mon, 15 Feb 2010 09:30:16 -0800 (PST) Received: by 10.216.89.5 with SMTP id b5mr3358220wef.143.1266255015754; Mon, 15 Feb 2010 09:30:15 -0800 (PST) Received: from aw.hh.sledj.net (gmp-ea-fw-1b.sun.com [192.18.8.1]) by mx.google.com with ESMTPS id 5sm8895312eyf.0.2010.02.15.09.30.14 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 15 Feb 2010 09:30:14 -0800 (PST) Received: by aw.hh.sledj.net (Postfix, from userid 1000) id D5A933A09B; Mon, 15 Feb 2010 17:29:57 +0000 (GMT) To: notmuch From: David Edmondson Date: Mon, 15 Feb 2010 17:29:57 +0000 Message-ID: <87aavafluy.fsf@aw.hh.sledj.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [notmuch] "From:" value containing ':' 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: Mon, 15 Feb 2010 17:30:17 -0000 A message with a colon in the value of the 'From:' header will never be shown by notmuch.el, as the regexp in notmuch-search-process-filter allows any character in the author names except ':'. It's simple to change the pattern, but I wonder what that will break. Given that ';' is used as a delimiter, was the pattern supposed to exclude ';'? dme. -- David Edmondson, http://dme.org