[PATCH v2 0/3] Improve the display of matching/non-matching authors.
[notmuch-archives.git] / 30 / fd03baf37644e86506cb6ed7457da6e9ad1d41
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 DECF9431FB6\r
6         for <notmuch@notmuchmail.org>; Wed,  6 Feb 2013 01:43:55 -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: -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 dM8fwXiAIq4K for <notmuch@notmuchmail.org>;\r
17         Wed,  6 Feb 2013 01:43:51 -0800 (PST)\r
18 Received: from mail-vc0-f170.google.com (mail-vc0-f170.google.com\r
19         [209.85.220.170]) (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 B9102431FAF\r
22         for <notmuch@notmuchmail.org>; Wed,  6 Feb 2013 01:43:51 -0800 (PST)\r
23 Received: by mail-vc0-f170.google.com with SMTP id p16so708404vcq.1\r
24         for <notmuch@notmuchmail.org>; Wed, 06 Feb 2013 01:43:51 -0800 (PST)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
26         h=x-received:mime-version:in-reply-to:references:from:date:message-id\r
27         :subject:to:cc:content-type;\r
28         bh=BybvF9VLyKLBV+3fCBXtBXHqDK6vU+n5RclHIY6X29s=;\r
29         b=urKWtMpSkPfTYjuindSrnV8o5EyhI2KX/aYnAuy2aFVpr1FloYkpMaf28Q9cfDVlX+\r
30         nA97D8ho6rKAx3JczYPL0S9q8DpNQAu79Zjoanf0WNyM8naY5BwAhNUu7PWl1jQpBhQZ\r
31         IsAg5AWlcfqGM8gUXD5F3h32TUnVL+ygLKSpkg6kCmcrt0CQy7zhIXu9I2BbHR/FmR/+\r
32         cMTbMMpbmhnWUoSuAqfIK08pnSKw5uDwAJ6+BVxO5nQmQ556iGOue2OuBuDoFwIKwe4N\r
33         hzsvTCGAl4E5XGrSttWg3u230Qq5ZpKSjyI8a62EbInmHyWvrIoUWweTRfyVZVGKzVRw\r
34         gIWw==\r
35 X-Received: by 10.52.21.175 with SMTP id w15mr27811416vde.100.1360143830108;\r
36         Wed, 06 Feb 2013 01:43:50 -0800 (PST)\r
37 MIME-Version: 1.0\r
38 Received: by 10.58.249.35 with HTTP; Wed, 6 Feb 2013 01:43:30 -0800 (PST)\r
39 In-Reply-To: <1360013822-6562-1-git-send-email-amdragon@mit.edu>\r
40 References: <1360013822-6562-1-git-send-email-amdragon@mit.edu>\r
41 From: Damien Cassou <damien.cassou@gmail.com>\r
42 Date: Wed, 6 Feb 2013 10:43:30 +0100\r
43 Message-ID:\r
44  <CA+y5gggR9cUkJ_8_i6PjV5YG7d8iaMWgAGgMGXd9Fpd=s1UyEA@mail.gmail.com>\r
45 Subject: Re: [PATCH 0/2] notmuch-combine-face-text-property improvements\r
46 To: Austin Clements <amdragon@mit.edu>\r
47 Content-Type: text/plain; charset=ISO-8859-1\r
48 Cc: notmuch mailing list <notmuch@notmuchmail.org>\r
49 X-BeenThere: notmuch@notmuchmail.org\r
50 X-Mailman-Version: 2.1.13\r
51 Precedence: list\r
52 List-Id: "Use and development of the notmuch mail system."\r
53         <notmuch.notmuchmail.org>\r
54 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
56 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
57 List-Post: <mailto:notmuch@notmuchmail.org>\r
58 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
59 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
61 X-List-Received-Date: Wed, 06 Feb 2013 09:43:56 -0000\r
62 \r
63 On Mon, Feb 4, 2013 at 10:37 PM, Austin Clements <amdragon@mit.edu> wrote:\r
64 > These two patches fix bugs in and improve on\r
65 > notmuch-combine-face-text-property.  The bug fixed by the first patch\r
66 > was found by Damien and the features added in the second patch should\r
67 > help with notmuch-tagger.\r
68 >\r
69 > (Sorry for the delay with these.  I've had them sitting in my tree for\r
70 > a while with the intent to write some nice unit tests for them, but\r
71 > real life got in the way and I probably won't have time to do anything\r
72 > nontrivial for a while.)\r
73 \r
74 \r
75 works for me, thank you Austin.\r
76 \r
77 -- \r
78 Damien Cassou\r
79 http://damiencassou.seasidehosting.st\r
80 \r
81 "Success is the ability to go from one failure to another without\r
82 losing enthusiasm."\r
83 Winston Churchill\r