From: Tomi Ollila Date: Fri, 28 Aug 2015 05:55:14 +0000 (+0300) Subject: Re: how to make return follow hyperlink? X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a32ed84ea48a40895986451ec44f500206c03338;p=notmuch-archives.git Re: how to make return follow hyperlink? --- diff --git a/09/48126d151d8d8dc6ff761904303a907ebf0d7b b/09/48126d151d8d8dc6ff761904303a907ebf0d7b new file mode 100644 index 000000000..19b7f3edf --- /dev/null +++ b/09/48126d151d8d8dc6ff761904303a907ebf0d7b @@ -0,0 +1,70 @@ +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 EC15D6DE1413 + for ; Thu, 27 Aug 2015 22:56:45 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.839 +X-Spam-Level: +X-Spam-Status: No, score=0.839 tagged_above=-999 required=5 tests=[AWL=0.187, + SPF_NEUTRAL=0.652] 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 TsNTQ4qZvGtG for ; + Thu, 27 Aug 2015 22:56:44 -0700 (PDT) +Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) + by arlo.cworth.org (Postfix) with ESMTP id 0B48E6DE028A + for ; Thu, 27 Aug 2015 22:56:44 -0700 (PDT) +Received: from guru.guru-group.fi (localhost [IPv6:::1]) + by guru.guru-group.fi (Postfix) with ESMTP id E594710008E; + Fri, 28 Aug 2015 08:55:14 +0300 (EEST) +From: Tomi Ollila +To: Peter Salazar , notmuch@notmuchmail.org +Subject: Re: how to make return follow hyperlink? +In-Reply-To: + +References: + +User-Agent: Notmuch/0.20.2+68~g0c35549 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-unknown-linux-gnu) +X-Face: HhBM'cA~ +MIME-Version: 1.0 +Content-Type: text/plain +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 05:56:46 -0000 + +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!