Re: [PATCH v4 01/16] add util/search-path.{c, h} to test for executables in $PATH
[notmuch-archives.git] / cb / 0ffbf6f589ace3049bc6fcba9fecd32acd52f6
1 Return-Path: <jo@bjonnh.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 arlo.cworth.org (Postfix) with ESMTP id B4D336DE01F7\r
6  for <notmuch@notmuchmail.org>; Mon, 23 May 2016 10:52:25 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.015\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.015 tagged_above=-999 required=5 tests=[AWL=0.097,\r
12   DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, SPF_HELO_PASS=-0.001,\r
13  SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled\r
14 Received: from arlo.cworth.org ([127.0.0.1])\r
15  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
16  with ESMTP id zmKNt5-NAyXT for <notmuch@notmuchmail.org>;\r
17  Mon, 23 May 2016 10:52:17 -0700 (PDT)\r
18 Received: from bjonnh.net (bjonnh.net [5.39.92.212])\r
19  by arlo.cworth.org (Postfix) with ESMTPS id 0DFA26DE00C6\r
20  for <notmuch@notmuchmail.org>; Mon, 23 May 2016 10:52:16 -0700 (PDT)\r
21 Received: from localhost (128-248-142-210.pharm.uic.edu [128.248.142.210])\r
22  (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))\r
23  (No client certificate requested) (Authenticated sender: jo-mail)\r
24  by bjonnh.net (Postfix) with ESMTPSA id 00B4E6A0068;\r
25  Mon, 23 May 2016 19:52:10 +0200 (CEST)\r
26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bjonnh.net;\r
27  s=select130201; t=1464025931;\r
28  bh=ALiSe8BJWzDn0wN7AH6OyDfECHqPrHqJKGBmiVBQPLs=;\r
29  h=From:To:Subject:In-Reply-To:References:Date:From;\r
30  b=FGAiMQbfOq3+3fkyl6k+vPe3k5XPIoTjjoQhxwoTtS/icTNeexY6GeWiYFB0Q6qMA\r
31  Jmh4rd3UyhI3O8MBK2Uy3XVwo6vx027cNq94PHmVLGqidXgGhd3YSU3L95o91HhGyU\r
32  1u+GHxrDIH6JjsyeCYiES2R2fcYQ/jzFkFw0TX9A=\r
33 From: Jonathan BISSON <bjonnh-nm@bjonnh.net>\r
34 To: David Edmondson <dme@dme.org>, notmuch@notmuchmail.org\r
35 Subject: Re: Problem with emacs goto-address-at-point in email view\r
36 In-Reply-To: <m2a8jn7nod.heart-of-gold@dme.org>\r
37 References:\r
38  <8737pgijvm.fsf@lenny.i-did-not-set--mail-host-address--so-tickle-me>\r
39  <m2a8jn7nod.heart-of-gold@dme.org>\r
40 User-Agent: Emacs/24.5.1 (x86_64-unknown-linux-gnu)\r
41 Date: Mon, 23 May 2016 12:52:14 -0500\r
42 Message-ID:\r
43  <87oa7wk6gh.fsf@lenny.i-did-not-set--mail-host-address--so-tickle-me>\r
44 MIME-Version: 1.0\r
45 Content-Type: text/plain; charset=utf-8\r
46 Content-Transfer-Encoding: quoted-printable\r
47 X-BeenThere: notmuch@notmuchmail.org\r
48 X-Mailman-Version: 2.1.20\r
49 Precedence: list\r
50 List-Id: "Use and development of the notmuch mail system."\r
51  <notmuch.notmuchmail.org>\r
52 List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
53  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
54 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
55 List-Post: <mailto:notmuch@notmuchmail.org>\r
56 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
57 List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
58  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
59 X-List-Received-Date: Mon, 23 May 2016 17:52:25 -0000\r
60 \r
61 David Edmondson <dme@dme.org> writes:\r
62 \r
63 > On Tue, May 17 2016, Jonathan BISSON wrote:\r
64 >\r
65 >> Hi,\r
66 >>\r
67 >> When I click on the links on this email, the first two ones work, the\r
68 >> third one tries to go to https.com (which is probably a NSFW website I\r
69 >> guess from the redirections I see, but noscript is protecting me).\r
70 >\r
71 > Try setting:\r
72 >\r
73 > (setq thing-at-point-markedup-url-regexp "<URL: *\\([^<> \n]+\\) *>")\r
74 >\r
75 \r
76 Hi David,\r
77 \r
78 Thanks, it works perfectly with that. The problem is that I cannot control\r
79 the machine sending this email, they run an old instance of a ticketing\r
80 system=E2=80=A6\r
81 \r
82 J.\r