Re: [PATCH 2/2] add edit function to resume postponed emails
[notmuch-archives.git] / 77 / 2b80d765c0e38ce4394b63496ce7057393fdac
1 Return-Path: <cworth@cworth.org>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 5B1C7431FC0;\r
6         Thu, 26 Nov 2009 12:56:38 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id EWPH4ZMxyUne; Thu, 26 Nov 2009 12:56:37 -0800 (PST)\r
11 Received: from cworth.org (localhost [127.0.0.1])\r
12         by olra.theworths.org (Postfix) with ESMTP id 95DA1431FAE;\r
13         Thu, 26 Nov 2009 12:56:37 -0800 (PST)\r
14 From: Carl Worth <cworth@cworth.org>\r
15 To: "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>,\r
16         notmuch@notmuchmail.org\r
17 In-Reply-To:\r
18  <1258953680-11605-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com>\r
19 References:\r
20  <1258953680-11605-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com>\r
21 Date: Thu, 26 Nov 2009 12:56:24 -0800\r
22 Message-ID: <87r5rlqa2v.fsf@yoom.home.cworth.org>\r
23 MIME-Version: 1.0\r
24 Content-Type: text/plain; charset=us-ascii\r
25 Subject: Re: [notmuch] [PATCH -v3] notmuch.el: Add face support to search\r
26  and show mode\r
27 X-BeenThere: notmuch@notmuchmail.org\r
28 X-Mailman-Version: 2.1.12\r
29 Precedence: list\r
30 List-Id: "Use and development of the notmuch mail system."\r
31         <notmuch.notmuchmail.org>\r
32 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
33         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
34 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
35 List-Post: <mailto:notmuch@notmuchmail.org>\r
36 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
37 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
38         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
39 X-List-Received-Date: Thu, 26 Nov 2009 20:56:38 -0000\r
40 \r
41 On Mon, 23 Nov 2009 10:51:20 +0530, "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com> wrote:\r
42 > This add two faces, notmuch-show-subject-face and\r
43 > notmuch-tag-face. The first face is used to show the subject\r
44 > line in the notmuch-show-mode and the second one to show tags\r
45 > in the notmuch-search-mode.\r
46 \r
47 I mentioned in IRC that I think we can simplify things here by just\r
48 using existing message-mode faces rather than inventing new faces for\r
49 things like the subject header.\r
50 \r
51 We're already depending on message-mode for composition, so it would be\r
52 nice if our presentation of messages looked the same, and very nice if\r
53 both presentation and composition could be customized in a single place.\r
54 \r
55 Obviously, message-mode doesn't have anything specific for tags, so I'd\r
56 be happy to see a patch that add just the addition of special face\r
57 treatment for tags.\r
58 \r
59 -Carl\r