Re: [PATCH] create .mailmap file (for git shortlog/blame)
[notmuch-archives.git] / fa / 15853cade0512abdd94e627496fa92c8684de1
1 Return-Path: <dme@dme.org>\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 1B384431FBC\r
6         for <notmuch@notmuchmail.org>; Mon, 15 Feb 2010 03:36:21 -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: -1.321\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.321 tagged_above=-999 required=5\r
12         tests=[AWL=-0.581, BAYES_20=-0.74] autolearn=ham\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 26rQU9zkw66E for <notmuch@notmuchmail.org>;\r
16         Mon, 15 Feb 2010 03:36:20 -0800 (PST)\r
17 Received: from mail-ew0-f220.google.com (mail-ew0-f220.google.com\r
18         [209.85.219.220])\r
19         by olra.theworths.org (Postfix) with ESMTP id 5F455431FAE\r
20         for <notmuch@notmuchmail.org>; Mon, 15 Feb 2010 03:36:20 -0800 (PST)\r
21 Received: by ewy20 with SMTP id 20so5212316ewy.0\r
22         for <notmuch@notmuchmail.org>; Mon, 15 Feb 2010 03:36:19 -0800 (PST)\r
23 Received: by 10.213.109.199 with SMTP id k7mr2554978ebp.66.1266233779374;\r
24         Mon, 15 Feb 2010 03:36:19 -0800 (PST)\r
25 Received: from aw.hh.sledj.net (gmp-ea-fw-1b.sun.com [192.18.8.1])\r
26         by mx.google.com with ESMTPS id 5sm14823467eyh.32.2010.02.15.03.36.18\r
27         (version=TLSv1/SSLv3 cipher=RC4-MD5);\r
28         Mon, 15 Feb 2010 03:36:18 -0800 (PST)\r
29 Received: by aw.hh.sledj.net (Postfix, from userid 1000)\r
30         id D1C0B70076; Mon, 15 Feb 2010 11:36:01 +0000 (GMT)\r
31 From: David Edmondson <dme@dme.org>\r
32 To: notmuch@notmuchmail.org\r
33 Date: Mon, 15 Feb 2010 11:36:00 +0000\r
34 Message-Id: <1266233760-24897-1-git-send-email-dme@dme.org>\r
35 X-Mailer: git-send-email 1.6.6.1\r
36 Subject: [notmuch] [PATCH] notmuch.el: Fix tag highlighting in search mode\r
37         if some part of the line before the tags includes brackets.\r
38 X-BeenThere: notmuch@notmuchmail.org\r
39 X-Mailman-Version: 2.1.13\r
40 Precedence: list\r
41 List-Id: "Use and development of the notmuch mail system."\r
42         <notmuch.notmuchmail.org>\r
43 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
44         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
45 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
46 List-Post: <mailto:notmuch@notmuchmail.org>\r
47 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
48 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
50 X-List-Received-Date: Mon, 15 Feb 2010 11:36:21 -0000\r
51 \r
52 ---\r
53  notmuch.el |    2 +-\r
54  1 files changed, 1 insertions(+), 1 deletions(-)\r
55 \r
56 diff --git a/notmuch.el b/notmuch.el\r
57 index ee0ec02..b4f8e12 100644\r
58 --- a/notmuch.el\r
59 +++ b/notmuch.el\r
60 @@ -1228,7 +1228,7 @@ Complete list of currently available key bindings:\r
61    (setq buffer-read-only t)\r
62    (if (not notmuch-tag-face-alist)\r
63        (add-to-list 'notmuch-search-font-lock-keywords (list\r
64 -               "(\\([^)]*\\))$" '(1  'notmuch-tag-face)))\r
65 +               "(\\([^()]*\\))$" '(1  'notmuch-tag-face)))\r
66      (let ((notmuch-search-tags (mapcar 'car notmuch-tag-face-alist)))\r
67        (loop for notmuch-search-tag  in notmuch-search-tags\r
68             do (add-to-list 'notmuch-search-font-lock-keywords (list\r
69 -- \r
70 1.6.6.1\r
71 \r