Re: [PATCH v4 01/16] add util/search-path.{c, h} to test for executables in $PATH
[notmuch-archives.git] / 5f / 44caf9ceea630c606e54a33e2b3e475fabb847
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 046EA40F1CC\r
6         for <notmuch@notmuchmail.org>; Sat,  7 Jan 2012 14:28:26 -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: -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 hBiCAJIBQvGl for <notmuch@notmuchmail.org>;\r
16         Sat,  7 Jan 2012 14:28:23 -0800 (PST)\r
17 Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu\r
18         [131.215.239.19])\r
19         by olra.theworths.org (Postfix) with ESMTP id B795E40F21E\r
20         for <notmuch@notmuchmail.org>; Sat,  7 Jan 2012 14:28:23 -0800 (PST)\r
21 Received: from fire-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
22         by fire-doxen-postvirus (Postfix) with ESMTP id 61A1F32802E\r
23         for <notmuch@notmuchmail.org>; Sat,  7 Jan 2012 14:28:23 -0800 (PST)\r
24 X-Spam-Scanned: at Caltech-IMSS on fire-doxen by amavisd-new\r
25 Received: from finestructure.net (cpe-76-174-137-84.socal.res.rr.com\r
26         [76.174.137.84]) (Authenticated sender: jrollins)\r
27         by fire-doxen-submit (Postfix) with ESMTP id 97AE62E50DEA\r
28         for <notmuch@notmuchmail.org>; Sat,  7 Jan 2012 14:28:21 -0800 (PST)\r
29 Received: by finestructure.net (Postfix, from userid 1000)\r
30         id D936B120F; Sat,  7 Jan 2012 14:28:20 -0800 (PST)\r
31 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
32 To: Notmuch Mail <notmuch@notmuchmail.org>\r
33 Subject: [PATCH 4/4] emacs: modify help message for notmuch-search-line-faces\r
34         to reflect preferred "deleted" tag name.\r
35 Date: Sat,  7 Jan 2012 14:28:14 -0800\r
36 Message-Id: <1325975294-646-5-git-send-email-jrollins@finestructure.net>\r
37 X-Mailer: git-send-email 1.7.7.3\r
38 In-Reply-To: <1325975294-646-4-git-send-email-jrollins@finestructure.net>\r
39 References: <1325975294-646-1-git-send-email-jrollins@finestructure.net>\r
40         <1325975294-646-2-git-send-email-jrollins@finestructure.net>\r
41         <1325975294-646-3-git-send-email-jrollins@finestructure.net>\r
42         <1325975294-646-4-git-send-email-jrollins@finestructure.net>\r
43 X-BeenThere: notmuch@notmuchmail.org\r
44 X-Mailman-Version: 2.1.13\r
45 Precedence: list\r
46 List-Id: "Use and development of the notmuch mail system."\r
47         <notmuch.notmuchmail.org>\r
48 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
50 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
51 List-Post: <mailto:notmuch@notmuchmail.org>\r
52 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
53 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
55 X-List-Received-Date: Sat, 07 Jan 2012 22:28:26 -0000\r
56 \r
57 No functional change here.  The help message previously referred to\r
58 the "delete" tag, but "deleted" is now preferred, so hopefully this\r
59 will reduce any potential confusion.\r
60 ---\r
61  emacs/notmuch.el |    4 ++--\r
62  1 files changed, 2 insertions(+), 2 deletions(-)\r
63 \r
64 diff --git a/emacs/notmuch.el b/emacs/notmuch.el\r
65 index 2b860f4..ebdc7d1 100644\r
66 --- a/emacs/notmuch.el\r
67 +++ b/emacs/notmuch.el\r
68 @@ -658,12 +658,12 @@ will be excluded from searches."\r
69  Here is an example of how to color search results based on tags.\r
70   (the following text would be placed in your ~/.emacs file):\r
71  \r
72 - (setq notmuch-search-line-faces '((\"delete\" . (:foreground \"red\"\r
73 + (setq notmuch-search-line-faces '((\"deleted\" . (:foreground \"red\"\r
74                                                   :background \"blue\"))\r
75                                     (\"unread\" . (:foreground \"green\"))))\r
76  \r
77  The attributes defined for matching tags are merged, with later\r
78 -attributes overriding earlier. A message having both \"delete\"\r
79 +attributes overriding earlier. A message having both \"deleted\"\r
80  and \"unread\" tags with the above settings would have a green\r
81  foreground and blue background."\r
82    :type '(alist :key-type (string) :value-type (custom-face-edit))\r
83 -- \r
84 1.7.7.3\r
85 \r