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 0EB91431FD0 for ; Wed, 28 Dec 2011 04:27:04 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 1.463 X-Spam-Level: * X-Spam-Status: No, score=1.463 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, RDNS_DYNAMIC=0.363, TO_NO_BRKTS_DYNIP=1] 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 uNAOVZ1dmJKD for ; Wed, 28 Dec 2011 04:27:03 -0800 (PST) Received: from xhlj.maillard.im (cha51-3-88-164-105-66.fbx.proxad.net [88.164.105.66]) by olra.theworths.org (Postfix) with ESMTP id 6F318431FB6 for ; Wed, 28 Dec 2011 04:27:03 -0800 (PST) Received: from xhlj.maillard.im (xhlj.maillard.im [127.0.0.1]) by xhlj.maillard.im (Postfix) with ESMTP id 58EE62C056; Wed, 28 Dec 2011 13:27:02 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=maillard.im; h=from:to :subject:in-reply-to:references:reply-to:date:message-id :mime-version:content-type; s=postfix; bh=uYCILoHfQj15+8c8RD8QZq Lh3Hg=; b=p4g6oq159l9nUtR0udoPOHONL2V520OPimxp7hamOxezuN7m9+SSvz UYAZdocx1V7D06/K4MV9ml1DHXtgDvHW5AwM76dTsN+xCwmMW85moeLKj/vz9iGE cEqVlOc9gEtPU8aCwnNmiGtfJ+d+VrhEIHyG3AHJZXBS2+ekUDHr0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=maillard.im; h=from:to :subject:in-reply-to:references:reply-to:date:message-id :mime-version:content-type; q=dns; s=postfix; b=Z1eIbQzC69uAMNN8 f2/9MRhT9vCseMrxp+mhHA0YhXnFqd0Z1rndzbesheelnT+wZDNXO5sQzgCkvHC4 X35Wq1IWYiVaOiF+nLhJuwBw0LlqwQEIKBJtIQShWvfEh6QJ0x4JC3i1UIZ45CPW vLJaGW+fQ0ZYZ3pbOnsPBwV55QA= Received: from maillard.im (cha51-3-88-164-105-66.fbx.proxad.net [88.164.105.66]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by xhlj.maillard.im (Postfix) with ESMTPSA; Wed, 28 Dec 2011 13:27:02 +0100 (CET) From: Xavier Maillard To: David Edmondson , notmuch@notmuchmail.org Subject: Re: [PATCH] emacs: Don't attempt to colour tags in `notmuch-show-mode'. In-Reply-To: <1325004434-24583-1-git-send-email-dme@dme.org> References: <1325004434-24583-1-git-send-email-dme@dme.org> User-Agent: Notmuch/0.10.1 (http://notmuchmail.org) Emacs/23.2.1 (i486-slackware-linux-gnu) Date: Wed, 28 Dec 2011 13:43:56 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: Xavier Maillard List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2011 12:27:04 -0000 Hi David, On Tue, 27 Dec 2011 16:47:14 +0000, David Edmondson wrote: > The tags were coloured using text properties. Unfortunately that text > (the header line) also has an overlay, which overrides the text > properties. There's not point in applying text properties that will > never be seen. Yet another good patch by You. I'd vote +1 for this feature. /Xavier