[DRAFT PATCH] emacs: show local date next to Date: in case value differs
[notmuch-archives.git] / c6 / c37e44ef1af7ed9967d935c636e26074ebe279
1 Return-Path: <david@belohrad.ch>\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 E5766431FC0\r
6         for <notmuch@notmuchmail.org>; Thu,  6 Mar 2014 05:25:02 -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: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\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 nNKxYgWOZGDy for <notmuch@notmuchmail.org>;\r
16         Thu,  6 Mar 2014 05:24:57 -0800 (PST)\r
17 Received: from server.belohrad.ch (static-212-101-19-163.adsl.solnet.ch\r
18         [212.101.19.163])\r
19         (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 4E30B431FBF\r
22         for <notmuch@notmuchmail.org>; Thu,  6 Mar 2014 05:24:57 -0800 (PST)\r
23 Received: from beesknees.cern.ch.belohrad.ch (beesknees.cern.ch\r
24         [137.138.197.99])\r
25         (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
26         (No client certificate requested) (Authenticated sender: david)\r
27         by server.belohrad.ch (Postfix) with ESMTPSA id 5C3CD2C0104;\r
28         Thu,  6 Mar 2014 14:26:16 +0100 (CET)\r
29 From: David Belohrad <david@belohrad.ch>\r
30 To: <notmuch@notmuchmail.org>\r
31 Subject: how to specify notmuch colors in emacs24\r
32 User-Agent: Notmuch/0.17+54~g9ac863c (http://notmuchmail.org) Emacs/24.3.50.1\r
33         (x86_64-unknown-linux-gnu)\r
34 Date: Thu, 06 Mar 2014 14:24:51 +0100\r
35 Message-ID: <uaxy50n1mu4.fsf@beesknees.cern.ch>\r
36 MIME-Version: 1.0\r
37 Content-Type: text/plain\r
38 X-BeenThere: notmuch@notmuchmail.org\r
39 X-Mailman-Version: 2.1.13\r
40 Precedence: list\r
41 List-Id: "Use and development of the notmuch mail system."\r
42         <notmuch.notmuchmail.org>\r
43 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
44         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
45 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
46 List-Post: <mailto:notmuch@notmuchmail.org>\r
47 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
48 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
50 X-List-Received-Date: Thu, 06 Mar 2014 13:25:03 -0000\r
51 \r
52 Dear All,\r
53 \r
54 so far I'm changing some color faces programmatically:\r
55 \r
56   (setq notmuch-search-line-faces '(("deleted" . (:foreground "red"\r
57                                                   :background "blue"))\r
58                                      ("unread" . (:foreground "DeepSkyBlue"))\r
59                                      ("flagged" . (:foreground "firebrick1"))\r
60                                      ))\r
61 \r
62 \r
63 I recently upgraded to emacs24. I was using default shipped tango-dark\r
64 theme. Then (because of VHDL mode I'm using) I have created a custom\r
65 theme, and I'd like to 'backport' the piece of code above into the\r
66 custom theme so it is in accordance with the philosophy of themes.\r
67 \r
68 I have no idea how to specify it using the 'class approach',as e.g.\r
69 \r
70    `(gnus-group-news-1 ((,class (:foreground ,plum-1))))\r
71    `(gnus-group-news-1-low ((,class (:foreground ,plum-2))))\r
72 \r
73 Any hint would be greatly appreciated\r
74 \r
75 d.\r