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 5B1C7431FC0; Thu, 26 Nov 2009 12:56:38 -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 EWPH4ZMxyUne; Thu, 26 Nov 2009 12:56:37 -0800 (PST) Received: from cworth.org (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 95DA1431FAE; Thu, 26 Nov 2009 12:56:37 -0800 (PST) From: Carl Worth To: "Aneesh Kumar K.V" , notmuch@notmuchmail.org In-Reply-To: <1258953680-11605-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com> References: <1258953680-11605-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com> Date: Thu, 26 Nov 2009 12:56:24 -0800 Message-ID: <87r5rlqa2v.fsf@yoom.home.cworth.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [notmuch] [PATCH -v3] 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: Thu, 26 Nov 2009 20:56:38 -0000 On Mon, 23 Nov 2009 10:51:20 +0530, "Aneesh Kumar K.V" wrote: > This add two faces, notmuch-show-subject-face and > notmuch-tag-face. The first face is used to show the subject > line in the notmuch-show-mode and the second one to show tags > in the notmuch-search-mode. I mentioned in IRC that I think we can simplify things here by just using existing message-mode faces rather than inventing new faces for things like the subject header. We're already depending on message-mode for composition, so it would be nice if our presentation of messages looked the same, and very nice if both presentation and composition could be customized in a single place. Obviously, message-mode doesn't have anything specific for tags, so I'd be happy to see a patch that add just the addition of special face treatment for tags. -Carl