Re: Flat search and threaded views
[notmuch-archives.git] / 11 / 4c5e57ae69ceffe0ed2ffc70b76c4336df43dd
1 Return-Path: <xma@gnu.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 07135431FD0\r
6         for <notmuch@notmuchmail.org>; Wed, 28 Dec 2011 04:17:42 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 1.463\r
10 X-Spam-Level: *\r
11 X-Spam-Status: No, score=1.463 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, RDNS_DYNAMIC=0.363, TO_NO_BRKTS_DYNIP=1]\r
13         autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id lYx-9U6DPfqn for <notmuch@notmuchmail.org>;\r
17         Wed, 28 Dec 2011 04:17:41 -0800 (PST)\r
18 Received: from xhlj.maillard.im (cha51-3-88-164-105-66.fbx.proxad.net\r
19         [88.164.105.66])\r
20         by olra.theworths.org (Postfix) with ESMTP id 0A408431FB6\r
21         for <notmuch@notmuchmail.org>; Wed, 28 Dec 2011 04:17:41 -0800 (PST)\r
22 Received: from xhlj.maillard.im (xhlj.maillard.im [127.0.0.1])\r
23         by xhlj.maillard.im (Postfix) with ESMTP id 3C76D2C056;\r
24         Wed, 28 Dec 2011 13:17:38 +0100 (CET)\r
25 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=maillard.im; h=from:to\r
26         :subject:in-reply-to:references:reply-to:date:message-id\r
27         :mime-version:content-type; s=postfix; bh=9kCf0sB2Oa0ZMvSZ7p6h3x\r
28         sInFQ=; b=TrGrA9WzkgVVtWqWoj/BTphIu2nTLQBOsCQBun3IeFDKkUE+rnvRRj\r
29         cY+kVHqf1rk5IhVF+hHlC5bdFWbCEFxQVYaoxAL5eDjtFQfPxUK3C41uxoBinxaS\r
30         IQm8ozrjXLQofMWUbcY4GiLCX0jrKeC2UPAF4hKxjT9yPyeYxaNBg=\r
31 DomainKey-Signature: a=rsa-sha1; c=nofws; d=maillard.im; h=from:to\r
32         :subject:in-reply-to:references:reply-to:date:message-id\r
33         :mime-version:content-type; q=dns; s=postfix; b=NX3SNKPZmS2xx+ri\r
34         IiznlZKMY8omHRVlk0o3MPDhKQMciJ/nTYHG42hqKGsGtvjTKO23UvezMrW7qs8j\r
35         zbXSBcxVaAOP+nkfQrmUpxbdfkXs4hgiX1ultVBHZWZnYNaQY8KOV+wpH/10LaBt\r
36         pvkQG3RchNl7B9L5brLGz1KZUbA=\r
37 Received: from maillard.im (cha51-3-88-164-105-66.fbx.proxad.net\r
38         [88.164.105.66])\r
39         (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
40         (No client certificate requested)\r
41         by xhlj.maillard.im (Postfix) with ESMTPSA;\r
42         Wed, 28 Dec 2011 13:17:37 +0100 (CET)\r
43 From: Xavier Maillard <xavier@maillard.im>\r
44 To: David Edmondson <dme@dme.org>, notmuch@notmuchmail.org\r
45 Subject: Re: [PATCH] emacs: Add `notmuch-show-line-faces' and apply it.\r
46 In-Reply-To: <1325006003-27152-1-git-send-email-dme@dme.org>\r
47 References: <1325006003-27152-1-git-send-email-dme@dme.org>\r
48 User-Agent: Notmuch/0.10.1 (http://notmuchmail.org) Emacs/23.2.1\r
49         (i486-slackware-linux-gnu)\r
50 Date: Wed, 28 Dec 2011 13:34:31 +0100\r
51 Message-ID: <m21urodgdk.fsf@kcals.intra.maillard.im>\r
52 MIME-Version: 1.0\r
53 Content-Type: text/plain; charset=us-ascii\r
54 X-BeenThere: notmuch@notmuchmail.org\r
55 X-Mailman-Version: 2.1.13\r
56 Precedence: list\r
57 Reply-To: Xavier Maillard <xma@gnu.org>\r
58 List-Id: "Use and development of the notmuch mail system."\r
59         <notmuch.notmuchmail.org>\r
60 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
62 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
63 List-Post: <mailto:notmuch@notmuchmail.org>\r
64 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
65 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
66         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
67 X-List-Received-Date: Wed, 28 Dec 2011 12:17:42 -0000\r
68 \r
69 Hi David,\r
70 \r
71 On Tue, 27 Dec 2011 17:13:23 +0000, David Edmondson <dme@dme.org> wrote:\r
72 > Similar to `notmuch-search-line-faces', `notmuch-show-line-faces'\r
73 > allows the header line in `notmuch-show-mode' buffers to be coloured\r
74 > according to the tags of the message.\r
75 \r
76 I have not tested this feature (yet). What would be useful when such\r
77 /theming feature/ is proposed is to show a before/after patch aka a\r
78 screenshot. Do you have some for this one for example ?\r
79 \r
80 Have a nice day.\r
81 \r
82 /Xavier\r