[PATCH v2 0/2] Customize how each tag is displayed
authorDamien Cassou <damien.cassou@gmail.com>
Wed, 6 Feb 2013 14:53:53 +0000 (15:53 +0100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:53:29 +0000 (09:53 -0800)
02/81da881d95466bbc0563e169a411fd585d0daf [new file with mode: 0644]

diff --git a/02/81da881d95466bbc0563e169a411fd585d0daf b/02/81da881d95466bbc0563e169a411fd585d0daf
new file mode 100644 (file)
index 0000000..3db594c
--- /dev/null
@@ -0,0 +1,90 @@
+Return-Path: <damien.cassou@gmail.com>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 75A1E431FBC\r
+       for <notmuch@notmuchmail.org>; Wed,  6 Feb 2013 06:54:06 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.799\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
+       tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
+       FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id ltowJZvPPwTL for <notmuch@notmuchmail.org>;\r
+       Wed,  6 Feb 2013 06:54:04 -0800 (PST)\r
+Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com\r
+       [209.85.212.179]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id B161C431FAF\r
+       for <notmuch@notmuchmail.org>; Wed,  6 Feb 2013 06:54:04 -0800 (PST)\r
+Received: by mail-wi0-f179.google.com with SMTP id ez12so1656426wid.0\r
+       for <notmuch@notmuchmail.org>; Wed, 06 Feb 2013 06:54:03 -0800 (PST)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
+       h=x-received:from:to:subject:date:message-id:x-mailer;\r
+       bh=Xt1u6ogJp+LzTxje2BEfdH8e2SBVHvcm9e85WhyAvmA=;\r
+       b=lj82QJJnH5XNT2qG4oczvZ9b4mEP8vRvFgYi3eHqZ010adYTchWL0WDU4tgBobCHMV\r
+       qcFzzadJxLufhUbHp2VIq1p9h338snlWE+naDOfhAp7X79VKLKJaSPAPUH1GojUno38m\r
+       V+H7jIS8YW7vuIoUJIIASu8dSdM/sV4BQgg4mJ+uoeR2G1r1smD+WTWCj4nd0DqwM3GH\r
+       /Pj52W8ftaHUuPUrkdffSO2QNc/Fe0sfRP56XpxHF/ThmdjzrU8e35W7JTnjS0W3xzAs\r
+       gcqAFaEuy2XB2aEaPEuIkeFD4LQmBrpZpoLFNas/XwRgaPB8QCTtNJ3WOE/3drTge3Na\r
+       IPXw==\r
+X-Received: by 10.194.216.5 with SMTP id om5mr16089466wjc.27.1360162443475;\r
+       Wed, 06 Feb 2013 06:54:03 -0800 (PST)\r
+Received: from luz3.lille.inria.fr ([193.51.236.44])\r
+       by mx.google.com with ESMTPS id df2sm3441008wib.0.2013.02.06.06.54.01\r
+       (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);\r
+       Wed, 06 Feb 2013 06:54:02 -0800 (PST)\r
+From: Damien Cassou <damien.cassou@gmail.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH v2 0/2] Customize how each tag is displayed\r
+Date: Wed,  6 Feb 2013 15:53:53 +0100\r
+Message-Id: <1360162435-29506-1-git-send-email-damien.cassou@gmail.com>\r
+X-Mailer: git-send-email 1.7.10.4\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Wed, 06 Feb 2013 14:54:07 -0000\r
+\r
+[PATCH 1/2] emacs: Add notmuch-combine-face-text-property-string\r
+[PATCH 2/2] emacs: possibility to customize the rendering of tags\r
+\r
+These patches are the first of an upcoming series whose goal is to\r
+integrate notmuch-labeler into notmuch. See the following for more\r
+details: https://github.com/DamienCassou/notmuch-labeler\r
+\r
+- These patches depend on\r
+id:1360013822-6562-1-git-send-email-amdragon@mit.edu\r
+"notmuch-combine-face-text-property improvements" by Austin Clements.\r
+\r
+- This series does not have any unit-test to make it smaller and more\r
+  amenable to comments. I will send a patch when requested.\r
+\r
+- Patch 1/2 just add a convenient function to call\r
+  `notmuch-combine-face-text-property' on strings.\r
+\r
+- Patch 2/2 introduces `notmuch-tagger-formats', a list of pairs (KEY\r
+  FORMAT) to format a tag matching KEY using a special format.\r
+  Currently, an example of such a list is:\r
+\r
+   '(("unread" (propertize tag 'face '(:foreground "red")))\r
+     ("flagged" (notmuch-tag-format-image-data tag (notmuch-tag-star-icon))))\r
+\r
+  to set the unread tag to be red and the flagged tag to have a star\r
+  picture attached. This variable can be customized, thanks to the\r
+  work of Austin Clements.\r
+\r
+- Patch 2/2 also provides 3 pictures, all in SVG and all directly\r
+  embedded in the elisp source code as proposed by Austin Clements and\r
+  Tomi Ollila.\r