Re: [PATCH v4 01/16] add util/search-path.{c, h} to test for executables in $PATH
[notmuch-archives.git] / cb / 5ada94bf9bc6bcdf4c01065602d674bc88b1ac
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 6BE7E431FD5\r
6         for <notmuch@notmuchmail.org>; Wed, 25 Jan 2012 03:45:10 -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.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 W1IReN-1mUpe for <notmuch@notmuchmail.org>;\r
16         Wed, 25 Jan 2012 03:45:10 -0800 (PST)\r
17 Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com\r
18         [209.85.212.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id D15A2431FBC\r
21         for <notmuch@notmuchmail.org>; Wed, 25 Jan 2012 03:45:09 -0800 (PST)\r
22 Received: by wibhi8 with SMTP id hi8so2399674wib.26\r
23         for <notmuch@notmuchmail.org>; Wed, 25 Jan 2012 03:45:08 -0800 (PST)\r
24 MIME-Version: 1.0\r
25 Received: by 10.180.108.232 with SMTP id hn8mr27713876wib.16.1327491908619;\r
26         Wed, 25 Jan 2012 03:45:08 -0800 (PST)\r
27 Received: from hotblack-desiato.hh.sledj.net\r
28         (host81-149-164-25.in-addr.btopenworld.com. [81.149.164.25])\r
29         by mx.google.com with ESMTPS id l12sm135157wiw.0.2012.01.25.03.45.06\r
30         (version=TLSv1/SSLv3 cipher=OTHER);\r
31         Wed, 25 Jan 2012 03:45:07 -0800 (PST)\r
32 Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000)\r
33         id A92949FE67; Wed, 25 Jan 2012 11:45:05 +0000 (GMT)\r
34 From: David Edmondson <dme@dme.org>\r
35 To: notmuch@notmuchmail.org\r
36 Subject: [PATCH 0/2] improve `notmuch-show-clean-address'\r
37 Date: Wed, 25 Jan 2012 11:45:02 +0000\r
38 Message-Id: <1327491904-28416-1-git-send-email-dme@dme.org>\r
39 X-Mailer: git-send-email 1.7.8.3\r
40 X-Gm-Message-State:\r
41  ALoCoQlPRfkPuoYaRijzyAwjLRBtRomsBsCfhUAT91MjUzCXFygJrjt6Zd6d36Vo20EOyGeKwK8G\r
42 X-BeenThere: notmuch@notmuchmail.org\r
43 X-Mailman-Version: 2.1.13\r
44 Precedence: list\r
45 List-Id: "Use and development of the notmuch mail system."\r
46         <notmuch.notmuchmail.org>\r
47 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
49 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
50 List-Post: <mailto:notmuch@notmuchmail.org>\r
51 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
52 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
54 X-List-Received-Date: Wed, 25 Jan 2012 11:45:10 -0000\r
55 \r
56 Avoids warnings due to unicode characters and improves display.\r
57 \r
58 David Edmondson (2):\r
59   emacs: Avoid `mail-header-parse-address' in\r
60     `notmuch-show-clean-address'.\r
61   emacs: Another special case for `notmuch-show-clean-address'.\r
62 \r
63  emacs/notmuch-show.el          |   54 +++++++++++++++++++++++++++++----------\r
64  test/emacs-address-cleaning.el |    6 +++-\r
65  test/emacs-address-cleaning.sh |    1 -\r
66  3 files changed, 44 insertions(+), 17 deletions(-)\r
67 \r
68 -- \r
69 1.7.8.3\r
70 \r