[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / 55 / 08d69b9ee607cce4520e06532aca26683b0ea7
1 Return-Path: <error4me@gmx.de>\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 E0235429E45\r
6         for <notmuch@notmuchmail.org>; Wed,  4 Sep 2013 10:07:29 -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.001\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.001 tagged_above=-999 required=5\r
12         tests=[FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001]\r
13         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 hf1PNPU+cDYU for <notmuch@notmuchmail.org>;\r
17         Wed,  4 Sep 2013 10:07:24 -0700 (PDT)\r
18 Received: from mout.gmx.net (mout.gmx.net [212.227.15.18])\r
19         (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 3906E429E44\r
22         for <notmuch@notmuchmail.org>; Wed,  4 Sep 2013 10:07:24 -0700 (PDT)\r
23 Received: from boo.workgroup ([87.187.157.41]) by mail.gmx.com (mrgmx002)\r
24         with ESMTPSA (Nemesis) id 0LvENG-1VykUu2lHO-010K6m for\r
25         <notmuch@notmuchmail.org>; Wed, 04 Sep 2013 19:07:18 +0200\r
26 Received: from grfz by boo.workgroup with local (Exim 4.80)\r
27         (envelope-from <error4me@gmx.de>)\r
28         id 1VHGXq-0006CN-3V; Wed, 04 Sep 2013 19:07:06 +0200\r
29 Date: Wed, 4 Sep 2013 19:06:55 +0200\r
30 From: Gregor Zattler <telegraph@gmx.net>\r
31 To: notmuch@notmuchmail.org\r
32 Subject: [PATCH] emacs: distinguish tag `flagged' on terminal\r
33 Message-ID: <20130904170655.GA13154@boo.workgroup>\r
34 Mail-Followup-To: notmuch@notmuchmail.org\r
35 MIME-Version: 1.0\r
36 Content-Type: text/plain; charset=us-ascii\r
37 Content-Disposition: inline\r
38 User-Agent: Mutt/1.5.21 (2010-09-15)\r
39 Sender: error4me@gmx.de\r
40 X-Provags-ID: V03:K0:rwGdMZ2sLl35hUqOr4yi57wkMXsHtinwmmWo76239MYdkIJz3MR\r
41         sTi0n7Nb74Jd0THVvn2xkThG5T5Q3BSU2rMRqY80E1gh7aiueQ9GxpQX0Cv/feaTZV2wJ0a\r
42         CAxojO9zm4/pTWlAUZ1dIDleFYodNTtLjJC//hhbQmcWN03eAkZtTgYX3CDZEVGJuCBYm62\r
43         DBBtaX2lw0hXgvqVXHGeQ==\r
44 X-BeenThere: notmuch@notmuchmail.org\r
45 X-Mailman-Version: 2.1.13\r
46 Precedence: list\r
47 List-Id: "Use and development of the notmuch mail system."\r
48         <notmuch.notmuchmail.org>\r
49 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
51 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
52 List-Post: <mailto:notmuch@notmuchmail.org>\r
53 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
54 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
56 X-List-Received-Date: Wed, 04 Sep 2013 17:07:30 -0000\r
57 \r
58 Change foreground color to `blue' like lines representing threads\r
59 with flagged messages in notmuch-search.  Before tag `flagged' was\r
60 shown in notmuch-show buffers as image star on graphical frames while\r
61 there was no visible distinction to other flags on terminal frames.\r
62 ---\r
63 With this patch applied tag `unread' is now shown with foreground\r
64 `red' while tag `flagged' is shown in `blue'.  IMHO this should be\r
65 the other way around as flagged messages should be flagged more\r
66 prominently than mere unread ones.  \r
67 \r
68 Sorry, did not find git-send-mail on my debian jessie box!?\r
69 \r
70  emacs/notmuch-tag.el | 3 ++-\r
71  1 file changed, 2 insertions(+), 1 deletion(-)\r
72 \r
73 diff --git a/emacs/notmuch-tag.el b/emacs/notmuch-tag.el\r
74 index 064cfa8..5c50ade 100644\r
75 --- a/emacs/notmuch-tag.el\r
76 +++ b/emacs/notmuch-tag.el\r
77 @@ -30,7 +30,8 @@\r
78  \r
79  (defcustom notmuch-tag-formats\r
80    '(("unread" (propertize tag 'face '(:foreground "red")))\r
81 -    ("flagged" (notmuch-tag-format-image-data tag (notmuch-tag-star-icon))))\r
82 +    ("flagged" (propertize tag 'face '(:foreground "blue"))\r
83 +     (notmuch-tag-format-image-data tag (notmuch-tag-star-icon))))\r
84    "Custom formats for individual tags.\r
85  \r
86  This gives a list that maps from tag names to lists of formatting\r
87 -- \r
88 1.8.4.rc3\r