From: Peter Salazar Date: Fri, 28 Aug 2015 18:13:13 +0000 (+2000) Subject: Re: how to make return follow hyperlink? X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c337304d958cb8d15ec98b28b6603a6fa2117e4f;p=notmuch-archives.git Re: how to make return follow hyperlink? --- diff --git a/fd/f6941ca8191cea7949548c0d0721bd1ef98a32 b/fd/f6941ca8191cea7949548c0d0721bd1ef98a32 new file mode 100644 index 000000000..80f77431b --- /dev/null +++ b/fd/f6941ca8191cea7949548c0d0721bd1ef98a32 @@ -0,0 +1,135 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id C0B8D6DE0AF8 + for ; Fri, 28 Aug 2015 11:13:17 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.466 +X-Spam-Level: +X-Spam-Status: No, score=-0.466 tagged_above=-999 required=5 tests=[AWL=0.353, + DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, + HTML_MESSAGE=0.001, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, + RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id dCf5_-fyGfb2 for ; + Fri, 28 Aug 2015 11:13:15 -0700 (PDT) +Received: from mail-pa0-f52.google.com (mail-pa0-f52.google.com + [209.85.220.52]) + by arlo.cworth.org (Postfix) with ESMTPS id 73BFF6DE005F + for ; Fri, 28 Aug 2015 11:13:15 -0700 (PDT) +Received: by padhm10 with SMTP id hm10so14280871pad.3 + for ; Fri, 28 Aug 2015 11:13:14 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=mime-version:in-reply-to:references:date:message-id:subject:from:to + :cc:content-type; + bh=I/QJw/QgO3v8YjothDSqp6UL5/V1185XTTqcLOxzd9I=; + b=Oa6UHqZsMOsnQlvMBgl3snrr1q2DeS3BWE9Bf9B+Bu41r593cLeUy/VDXD2ayLr+5w + fXAOPqj2/k7jN/JaxntJcWnziD5B+ESGEcqfU2FDh1PiiYcdiZhcjNPjjY91hatXjMXe + 05z+fy7Ri0Ei79hxtlWtaN7cs6y8XTEKoQena6KMtZsO+Ae1A+GAzT660gZ5FkdripLI + 4JSXtgIIUxAyJ/1MK4H75nUMXUg2RnDSrwZ+7hMTKzBx+acn62rDgDKbIUzheSWUkfEb + MEYOLkQ44nwOqqE4N63vcGjNGFOQYsjKh643yh56M8p6HsXexrm8ieIqaAmrUusfUD1h + +8PA== +MIME-Version: 1.0 +X-Received: by 10.68.191.130 with SMTP id gy2mr17559949pbc.124.1440785593196; + Fri, 28 Aug 2015 11:13:13 -0700 (PDT) +Received: by 10.66.248.200 with HTTP; Fri, 28 Aug 2015 11:13:13 -0700 (PDT) +In-Reply-To: +References: + + +Date: Fri, 28 Aug 2015 14:13:13 -0400 +Message-ID: + +Subject: Re: how to make return follow hyperlink? +From: Peter Salazar +To: Tomi Ollila +Content-Type: multipart/alternative; boundary=e89a8fb208647aea1f051e6309ec +Cc: notmuch@notmuchmail.org +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.18 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Fri, 28 Aug 2015 18:13:17 -0000 + +--e89a8fb208647aea1f051e6309ec +Content-Type: text/plain; charset=UTF-8 + +Thanks for all the responses! Mark, where could we find the patch you +mentioned? I wouldn't know how to test/update it, but maybe someone else on +the list has the requisite hacking skills... + +On Fri, Aug 28, 2015 at 1:55 AM, Tomi Ollila wrote: + +> On Wed, Aug 26 2015, Peter Salazar wrote: +> +> > How do I make it so that hitting RET on a hyperlink follows it? Is there +> a +> > setting analogous to org-return-follows-link? I often have links in +> > incoming emails, and I'd like to be able to open them in my browser with +> > one keystroke. +> +> BTW: the interesting thing is that in text/plain content id: links already +> do something -- and e.g. https?: do not. in text/html content I get +> 'No usable browser found'(*) when pressing RET on top of http: link so it +> must be doing something ;) +> +> Tomi +> +> (*) Note to self: hack something to show the link using (message ...) in +> this case. +> +> > +> > Thanks! +> + +--e89a8fb208647aea1f051e6309ec +Content-Type: text/html; charset=UTF-8 +Content-Transfer-Encoding: quoted-printable + +
Thanks for all the responses! Mark, where could we find th= +e patch you mentioned? I wouldn't know how to test/update it, but maybe= + someone else on the list has the requisite hacking skills...

On Fri, Aug 28, 2015 at 1= +:55 AM, Tomi Ollila <tomi.ollila@iki.fi> wrote:
On Wed, Aug 26 2015, Peter Salazar = +<cycleofsong@gmail.com> = +wrote:
+
+
> How do I make it so that hitting RET on a hype= +rlink follows it? Is there a
+> setting analogous to org-return-follows-link? I often have links in +> incoming emails, and I'd like to be able to open them in my browse= +r with
+> one keystroke.
+
+
BTW: the interesting thing is that in text/plain content id: links a= +lready
+do something -- and e.g. https?: do not. in text/html content I get
+'No usable browser found'(*) when pressing RET on top of http: link= + so it
+must be doing something ;)
+
+Tomi
+
+(*) Note to self: hack something to show the link using (message ...) in th= +is case.
+
+>
+> Thanks!
+

+ +--e89a8fb208647aea1f051e6309ec--