[PATCH v2 0/2] Customize how each tag is displayed
[notmuch-archives.git] / 02 / 81da881d95466bbc0563e169a411fd585d0daf
1 Return-Path: <damien.cassou@gmail.com>\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 75A1E431FBC\r
6         for <notmuch@notmuchmail.org>; Wed,  6 Feb 2013 06:54:06 -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.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] 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 ltowJZvPPwTL for <notmuch@notmuchmail.org>;\r
17         Wed,  6 Feb 2013 06:54:04 -0800 (PST)\r
18 Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com\r
19         [209.85.212.179]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id B161C431FAF\r
22         for <notmuch@notmuchmail.org>; Wed,  6 Feb 2013 06:54:04 -0800 (PST)\r
23 Received: by mail-wi0-f179.google.com with SMTP id ez12so1656426wid.0\r
24         for <notmuch@notmuchmail.org>; Wed, 06 Feb 2013 06:54:03 -0800 (PST)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
26         h=x-received:from:to:subject:date:message-id:x-mailer;\r
27         bh=Xt1u6ogJp+LzTxje2BEfdH8e2SBVHvcm9e85WhyAvmA=;\r
28         b=lj82QJJnH5XNT2qG4oczvZ9b4mEP8vRvFgYi3eHqZ010adYTchWL0WDU4tgBobCHMV\r
29         qcFzzadJxLufhUbHp2VIq1p9h338snlWE+naDOfhAp7X79VKLKJaSPAPUH1GojUno38m\r
30         V+H7jIS8YW7vuIoUJIIASu8dSdM/sV4BQgg4mJ+uoeR2G1r1smD+WTWCj4nd0DqwM3GH\r
31         /Pj52W8ftaHUuPUrkdffSO2QNc/Fe0sfRP56XpxHF/ThmdjzrU8e35W7JTnjS0W3xzAs\r
32         gcqAFaEuy2XB2aEaPEuIkeFD4LQmBrpZpoLFNas/XwRgaPB8QCTtNJ3WOE/3drTge3Na\r
33         IPXw==\r
34 X-Received: by 10.194.216.5 with SMTP id om5mr16089466wjc.27.1360162443475;\r
35         Wed, 06 Feb 2013 06:54:03 -0800 (PST)\r
36 Received: from luz3.lille.inria.fr ([193.51.236.44])\r
37         by mx.google.com with ESMTPS id df2sm3441008wib.0.2013.02.06.06.54.01\r
38         (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);\r
39         Wed, 06 Feb 2013 06:54:02 -0800 (PST)\r
40 From: Damien Cassou <damien.cassou@gmail.com>\r
41 To: notmuch@notmuchmail.org\r
42 Subject: [PATCH v2 0/2] Customize how each tag is displayed\r
43 Date: Wed,  6 Feb 2013 15:53:53 +0100\r
44 Message-Id: <1360162435-29506-1-git-send-email-damien.cassou@gmail.com>\r
45 X-Mailer: git-send-email 1.7.10.4\r
46 X-BeenThere: notmuch@notmuchmail.org\r
47 X-Mailman-Version: 2.1.13\r
48 Precedence: list\r
49 List-Id: "Use and development of the notmuch mail system."\r
50         <notmuch.notmuchmail.org>\r
51 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
53 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
54 List-Post: <mailto:notmuch@notmuchmail.org>\r
55 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
56 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
57         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
58 X-List-Received-Date: Wed, 06 Feb 2013 14:54:07 -0000\r
59 \r
60 [PATCH 1/2] emacs: Add notmuch-combine-face-text-property-string\r
61 [PATCH 2/2] emacs: possibility to customize the rendering of tags\r
62 \r
63 These patches are the first of an upcoming series whose goal is to\r
64 integrate notmuch-labeler into notmuch. See the following for more\r
65 details: https://github.com/DamienCassou/notmuch-labeler\r
66 \r
67 - These patches depend on\r
68 id:1360013822-6562-1-git-send-email-amdragon@mit.edu\r
69 "notmuch-combine-face-text-property improvements" by Austin Clements.\r
70 \r
71 - This series does not have any unit-test to make it smaller and more\r
72   amenable to comments. I will send a patch when requested.\r
73 \r
74 - Patch 1/2 just add a convenient function to call\r
75   `notmuch-combine-face-text-property' on strings.\r
76 \r
77 - Patch 2/2 introduces `notmuch-tagger-formats', a list of pairs (KEY\r
78   FORMAT) to format a tag matching KEY using a special format.\r
79   Currently, an example of such a list is:\r
80 \r
81    '(("unread" (propertize tag 'face '(:foreground "red")))\r
82      ("flagged" (notmuch-tag-format-image-data tag (notmuch-tag-star-icon))))\r
83 \r
84   to set the unread tag to be red and the flagged tag to have a star\r
85   picture attached. This variable can be customized, thanks to the\r
86   work of Austin Clements.\r
87 \r
88 - Patch 2/2 also provides 3 pictures, all in SVG and all directly\r
89   embedded in the elisp source code as proposed by Austin Clements and\r
90   Tomi Ollila.\r