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 9B436431FBC for ; Thu, 18 Feb 2010 09:29:23 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.37 X-Spam-Level: X-Spam-Status: No, score=-0.37 tagged_above=-999 required=5 tests=[AWL=-0.371, 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 3gnNPZPpQqfd for ; Thu, 18 Feb 2010 09:29:23 -0800 (PST) Received: from jameswestby.net (jameswestby.net [89.145.97.141]) by olra.theworths.org (Postfix) with ESMTP id EF772431FAE for ; Thu, 18 Feb 2010 09:29:22 -0800 (PST) Received: from cpc4-aztw22-2-0-cust59.aztw.cable.virginmedia.com ([94.169.116.60] helo=flash) by jameswestby.net with esmtpa (Exim 4.69) (envelope-from ) id 1NiABl-0006O4-9j; Thu, 18 Feb 2010 17:29:21 +0000 Received: by flash (Postfix, from userid 1000) id C07CB609441; Thu, 18 Feb 2010 17:29:15 +0000 (GMT) From: James Westby To: David Edmondson , notmuch@notmuchmail.org In-Reply-To: <871vgl5737.fsf@aw.hh.sledj.net> References: <1266346260-3858-1-git-send-email-jw+debian@jameswestby.net> <871vgl5737.fsf@aw.hh.sledj.net> Date: Thu, 18 Feb 2010 17:29:15 +0000 Message-ID: <87mxz6a1w4.fsf@jameswestby.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [notmuch] [PATCH] Look for text/html content types ignoring case 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: Thu, 18 Feb 2010 17:29:23 -0000 On Tue, 16 Feb 2010 19:11:24 +0000, David Edmondson wrote: > On Tue, 16 Feb 2010 18:51:00 +0000, James Westby wrote: > > Some people send html parts as text/HTML or similar, so do a > > case-sensitive comparison when checking for html parts. > > There are various other places where `equal' is used to compare MIME > types with strings. Shouldn't they all be fixed? (I see TEXT/PLAIN > frequently.) I don't see any others in notmuch.el, but I'm not experienced in elisp, so I may be missing some, care to help me out? Thanks, James