[PATCH 6/9] CLI: refactor dumping of tags.
[notmuch-archives.git] / ca / baeeb410519d3a41e3154d5440f2dca86e5772
1 Return-Path: <jrollins@finestructure.net>\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 B81D2431FD0\r
6         for <notmuch@notmuchmail.org>; Sat, 26 Mar 2011 22:17:35 -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: -2.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] 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 DFCzuQN1MlJm for <notmuch@notmuchmail.org>;\r
16         Sat, 26 Mar 2011 22:17:33 -0700 (PDT)\r
17 Received: from brinza.cc.columbia.edu (brinza.cc.columbia.edu [128.59.29.8])\r
18         by olra.theworths.org (Postfix) with ESMTP id 51542431FB6\r
19         for <notmuch@notmuchmail.org>; Sat, 26 Mar 2011 22:17:32 -0700 (PDT)\r
20 Received: from servo.finestructure.net (c-24-19-44-201.hsd1.wa.comcast.net\r
21         [24.19.44.201])\r
22         (user=jgr2110 author=jrollins@servo.finestructure.net mech=PLAIN\r
23         bits=0)\r
24         by brinza.cc.columbia.edu (8.14.4/8.14.3) with ESMTP id p2R5HQSr020680\r
25         (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT);\r
26         Sun, 27 Mar 2011 01:17:30 -0400 (EDT)\r
27 Received: from jrollins by servo.finestructure.net with local (Exim 4.74)\r
28         (envelope-from <jrollins@servo.finestructure.net>)\r
29         id 1Q3iLp-0006km-Gb; Sat, 26 Mar 2011 22:17:21 -0700\r
30 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
31 To: notmuch@notmuchmail.org\r
32 Subject: [PATCH] use custom-face-edit value-type in notmuch-search-line-faces\r
33 Date: Sat, 26 Mar 2011 22:16:32 -0700\r
34 Message-Id: <1301202992-25444-1-git-send-email-jrollins@finestructure.net>\r
35 X-Mailer: git-send-email 1.7.4.1\r
36 X-No-Spam-Score: Local\r
37 X-Scanned-By: MIMEDefang 2.68 on 128.59.29.8\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: Sun, 27 Mar 2011 05:17:37 -0000\r
51 \r
52 This enables the proper face customization UI for\r
53 notmuch-search-line-faces.\r
54 ---\r
55  emacs/notmuch.el |    2 +-\r
56  1 files changed, 1 insertions(+), 1 deletions(-)\r
57 \r
58 diff --git a/emacs/notmuch.el b/emacs/notmuch.el\r
59 index 92a86cf..a23d0c2 100644\r
60 --- a/emacs/notmuch.el\r
61 +++ b/emacs/notmuch.el\r
62 @@ -612,7 +612,7 @@ The attributes defined for matching tags are merged, with later\r
63  attributes overriding earlier. A message having both \"delete\"\r
64  and \"unread\" tags with the above settings would have a green\r
65  foreground and blue background."\r
66 -  :type '(alist :key-type (string) :value-type (list))\r
67 +  :type '(alist :key-type (string) :value-type (custom-face-edit))\r
68    :group 'notmuch)\r
69  \r
70  (defun notmuch-search-color-line (start end line-tag-list)\r
71 -- \r
72 1.7.4.1\r
73 \r