Reply all - issue
[notmuch-archives.git] / ff / a46c6a5d5aecc67e82807cb6e3a0929cd0b422
1 Return-Path: <dme@dme.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 2CF3B4196F2\r
6         for <notmuch@notmuchmail.org>; Thu,  4 Nov 2010 07:46:12 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -1.9\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5\r
12         tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=ham\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id U29Z1iPzL600 for <notmuch@notmuchmail.org>;\r
16         Thu,  4 Nov 2010 07:46:01 -0700 (PDT)\r
17 Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com\r
18  [74.125.82.45])        by olra.theworths.org (Postfix) with ESMTP id 8AF444196F0       for\r
19  <notmuch@notmuchmail.org>; Thu,  4 Nov 2010 07:46:01 -0700 (PDT)\r
20 Received: by wwj40 with SMTP id 40so2136824wwj.2\r
21         for <notmuch@notmuchmail.org>; Thu, 04 Nov 2010 07:46:00 -0700 (PDT)\r
22 Received: by 10.227.132.197 with SMTP id c5mr825329wbt.89.1288881960420;\r
23         Thu, 04 Nov 2010 07:46:00 -0700 (PDT)\r
24 Received: from ut.hh.sledj.net (host81-149-164-25.in-addr.btopenworld.com\r
25         [81.149.164.25])\r
26         by mx.google.com with ESMTPS id b30sm8621919wbb.16.2010.11.04.07.45.55\r
27         (version=TLSv1/SSLv3 cipher=RC4-MD5);\r
28         Thu, 04 Nov 2010 07:45:58 -0700 (PDT)\r
29 Received: by ut.hh.sledj.net (Postfix, from userid 1000)\r
30         id C4CC759405B; Thu,  4 Nov 2010 14:45:33 +0000 (GMT)\r
31 To: Michal Sojka <sojkam1@fel.cvut.cz>, notmuch@notmuchmail.org\r
32 Subject: Re: [PATCH] emacs: Do not color non-matching authors by tag\r
33 In-Reply-To: <87vd4djhy2.fsf@steelpick.2x.cz>\r
34 References: <1287726122-5643-1-git-send-email-sojkam1@fel.cvut.cz>\r
35         <878w1942i6.fsf@ut.hh.sledj.net> <87vd4djhy2.fsf@steelpick.2x.cz>\r
36 User-Agent: Notmuch/0.4 (http://notmuchmail.org) Emacs/23.2.1\r
37         (x86_64-pc-linux-gnu)\r
38 From: David Edmondson <dme@dme.org>\r
39 Date: Thu, 04 Nov 2010 14:45:33 +0000\r
40 Message-ID: <87zktp2lma.fsf@ut.hh.sledj.net>\r
41 MIME-Version: 1.0\r
42 Content-Type: text/plain\r
43 X-BeenThere: notmuch@notmuchmail.org\r
44 X-Mailman-Version: 2.1.13\r
45 Precedence: list\r
46 List-Id: "Use and development of the notmuch mail system."\r
47         <notmuch.notmuchmail.org>\r
48 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
50 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
51 List-Post: <mailto:notmuch@notmuchmail.org>\r
52 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
53 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
55 X-List-Received-Date: Thu, 04 Nov 2010 14:46:12 -0000\r
56 \r
57 On Thu, 04 Nov 2010 15:12:53 +0100, Michal Sojka <sojkam1@fel.cvut.cz> wrote:\r
58 > > Michal, was this addressed by the patch that Carl recently merged?\r
59 > > (Commit f99ad42da03afd638bfdfdea92d1cbdd3b510b8f in my copy of the\r
60 > > repository.)\r
61\r
62 > Unfortunately not. In your patch, the overlay changes the color/face of the\r
63 > whole line while my patch change the color/face of all parts of the line\r
64 > except for non-matching authors. With my patch non-matched autors were\r
65 \r
66 I understand now.\r
67 \r
68 This seems somewhat like a policy decision, though. If I indicate that I\r
69 want the foreground text for a particular line to be red, should the\r
70 formatting of non-matching authors override that?\r
71 \r
72 (My own approach has been to have `notmuch-search-line-faces' always\r
73 specify a background colour whereas\r
74 `notmuch-search-non-matching-authors' (or any of the columnar faces)\r
75 specify a foreground colour and/or slant.)\r