[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / c2 / d951954c38ba3069ce63ea3308049fc6e8e3bb
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 2D313431FC0\r
6         for <notmuch@notmuchmail.org>; Sat, 23 Mar 2013 04:30:11 -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: -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 F+ONPOZhg7WC for <notmuch@notmuchmail.org>;\r
17         Sat, 23 Mar 2013 04:30:09 -0700 (PDT)\r
18 Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com\r
19         [209.85.212.176]) (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 D6E67431FAE\r
22         for <notmuch@notmuchmail.org>; Sat, 23 Mar 2013 04:30:08 -0700 (PDT)\r
23 Received: by mail-wi0-f176.google.com with SMTP id hm14so8695345wib.3\r
24         for <notmuch@notmuchmail.org>; Sat, 23 Mar 2013 04:30:07 -0700 (PDT)\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=bXfCS+yUceTaEVcyPcuanRV/+Xau3aU1XtntsRAiEFg=;\r
28         b=wiJS1VJwMwS9+0A1Nmd07ARXGnUsuCofQf94jgi8za0xoF4OM1zHDYXIkkjv3fpWkP\r
29         /qEEhji8peRI13I35RvFQZ3Xjg1N1yZPcmwYxkbAwqZmE/MJAfl1eBHFTt78roP3l8L9\r
30         z2K0Fy6cVmlOezaXs5+f3ZsrT/Aw5Zy3/ZgYX3xUdoe3uSSPjMJ/SQiE7bcYqOw1eox8\r
31         LrRuiJG6BZONERPvI5nIDF+vr/UAZHUEQCjr2aGYhF8L7N2ACwHJvypCr3B4N6+fIoRP\r
32         zqK/gTW/AJ8hrmo8yXtjSb945N+KytKdWs2aZkphzCBvL9rgMurtNIqYSlK7CuaZJUzN\r
33         2uyw==\r
34 X-Received: by 10.194.21.233 with SMTP id y9mr8252669wje.47.1364038206367;\r
35         Sat, 23 Mar 2013 04:30:06 -0700 (PDT)\r
36 Received: from localhost.localdomain (110.195.67.86.rev.sfr.net.\r
37         [86.67.195.110])\r
38         by mx.google.com with ESMTPS id dp5sm16185652wib.1.2013.03.23.04.30.04\r
39         (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);\r
40         Sat, 23 Mar 2013 04:30:05 -0700 (PDT)\r
41 From: Damien Cassou <damien.cassou@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH v3 0/2] Customize how each tag is displayed\r
44 Date: Sat, 23 Mar 2013 12:29:52 +0100\r
45 Message-Id: <1364038194-19856-1-git-send-email-damien.cassou@gmail.com>\r
46 X-Mailer: git-send-email 1.7.10.4\r
47 X-BeenThere: notmuch@notmuchmail.org\r
48 X-Mailman-Version: 2.1.13\r
49 Precedence: list\r
50 List-Id: "Use and development of the notmuch mail system."\r
51         <notmuch.notmuchmail.org>\r
52 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
54 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
55 List-Post: <mailto:notmuch@notmuchmail.org>\r
56 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
57 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
59 X-List-Received-Date: Sat, 23 Mar 2013 11:30:11 -0000\r
60 \r
61 [PATCH 1/2] emacs: Add notmuch-combine-face-text-property-string\r
62 [PATCH 2/2] emacs: possibility to customize the rendering of tags\r
63 \r
64 These patches are the first of an upcoming series whose goal is to\r
65 integrate notmuch-labeler into notmuch. See the following for more\r
66 details: https://github.com/DamienCassou/notmuch-labeler\r
67 \r
68 - These patches depend on\r
69 id:1360013822-6562-1-git-send-email-amdragon@mit.edu\r
70 "notmuch-combine-face-text-property improvements" by Austin Clements.\r
71 \r
72 - This series does not have any unit-test to make it smaller and more\r
73   amenable to comments. I will send a patch when requested.\r
74 \r
75 - Patch 1/2 just add a convenient function to call\r
76   `notmuch-combine-face-text-property' on strings.\r
77 \r
78 - Patch 2/2 introduces `notmuch-tagger-formats', a list of pairs (KEY\r
79   FORMAT) to format a tag matching KEY using a special format.\r
80   Currently, an example of such a list is:\r
81 \r
82    '(("unread" (propertize tag 'face '(:foreground "red")))\r
83      ("flagged" (notmuch-tag-format-image-data tag (notmuch-tag-star-icon))))\r
84 \r
85   to set the unread tag to be red and the flagged tag to have a star\r
86   picture attached. This variable can be customized, thanks to the\r
87   work of Austin Clements.\r
88 \r
89 - Patch 2/2 also provides 3 pictures, all in SVG and all directly\r
90   embedded in the elisp source code as proposed by Austin Clements and\r
91   Tomi Ollila.\r
92 \r
93 \r
94 Compared to v2, I took care of Austin Clements' comments by\r
95 simplifying embedded SVG pictures and by reorganizing some functions\r
96 and their comments.\r