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 59F8A431FBF; Fri, 20 Nov 2009 18:59:25 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org 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 QrPpWP2W6KDV; Fri, 20 Nov 2009 18:59:24 -0800 (PST) Received: from cworth.org (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 24A26431FAE; Fri, 20 Nov 2009 18:59:23 -0800 (PST) From: Carl Worth To: "Aneesh Kumar K.V" , notmuch@notmuchmail.org In-Reply-To: <1258730844-8711-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com> References: <1258730844-8711-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com> Date: Sat, 21 Nov 2009 03:59:12 +0100 Message-ID: <87lji04m7z.fsf@yoom.home.cworth.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [notmuch] [PATCH] notmuch.el: Add face support to search and show mode X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.12 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: Sat, 21 Nov 2009 02:59:25 -0000 On Fri, 20 Nov 2009 20:57:24 +0530, "Aneesh Kumar K.V" wrote: > This add two faces, notmuch-show-subject-face and > notmuch-tag-unread-face. The first face is used to show the subject > line in the notmuch-show-mode and the second one the unread tag in > the notmuch-search-mode. > > The changes are done looking at message.el in emacs source Hi Aneesh, This looks like very interesting stuff, but I wasn't able to get it to work. Initially I was running emacs within a terminal (emacs -nw) so I thought that might be preventing me from seeing the face differences or so. But I can't seem to see anything in graphical emacs either. Is there something more I need to do to make this work? -Carl