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 6E89340D14B for ; Thu, 4 Nov 2010 06:56:05 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.9 X-Spam-Level: X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001] 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 fjAcBRznCQx7 for ; Thu, 4 Nov 2010 06:55:54 -0700 (PDT) Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com [74.125.82.45]) by olra.theworths.org (Postfix) with ESMTP id 2506B4196F0 for ; Thu, 4 Nov 2010 06:55:54 -0700 (PDT) Received: by wwj40 with SMTP id 40so2073150wwj.2 for ; Thu, 04 Nov 2010 06:55:53 -0700 (PDT) Received: by 10.227.141.137 with SMTP id m9mr765073wbu.115.1288878953040; Thu, 04 Nov 2010 06:55:53 -0700 (PDT) Received: from ut.hh.sledj.net (host81-149-164-25.in-addr.btopenworld.com [81.149.164.25]) by mx.google.com with ESMTPS id i19sm8580116wbe.11.2010.11.04.06.55.51 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 04 Nov 2010 06:55:52 -0700 (PDT) Received: by ut.hh.sledj.net (Postfix, from userid 1000) id DC5BC59405B; Thu, 4 Nov 2010 13:55:29 +0000 (GMT) To: Michal Sojka , notmuch@notmuchmail.org Subject: Re: [PATCH] emacs: Do not color non-matching authors by tag In-Reply-To: <1287726122-5643-1-git-send-email-sojkam1@fel.cvut.cz> References: <1287726122-5643-1-git-send-email-sojkam1@fel.cvut.cz> User-Agent: Notmuch/0.4 (http://notmuchmail.org) Emacs/23.2.1 (x86_64-pc-linux-gnu) From: David Edmondson Date: Thu, 04 Nov 2010 13:55:29 +0000 Message-ID: <878w1942i6.fsf@ut.hh.sledj.net> MIME-Version: 1.0 Content-Type: text/plain 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, 04 Nov 2010 13:56:05 -0000 On Fri, 22 Oct 2010 07:42:02 +0200, Michal Sojka wrote: > Customizing notmuch-search-line-faces to color lines in search result > according to tags has the effect that the color overrides other faces > set for the line. This is usually what the user wants with the > exception that it also colors non-matching authors and it is then not > possible to visually distinguish between matching and non-matching > authors. > > This patch changes the way how are the faces specified in > notmuch-search-line-faces applied to the search results. In > particular, instead of adding an overlay for the whole line, the > existing faces of the line are replaced with what is given in > notmuch-search-line-faces. The only exception is that > notmuch-search-non-matching-authors face is never replaced. > > Signed-off-by: Michal Sojka Michal, was this addressed by the patch that Carl recently merged? (Commit f99ad42da03afd638bfdfdea92d1cbdd3b510b8f in my copy of the repository.)