From feaf60047f7bdd2084567c242b049a799fcda323 Mon Sep 17 00:00:00 2001 From: Mark Walters Date: Thu, 27 Aug 2015 19:24:19 +0100 Subject: [PATCH] Re: how to make return follow hyperlink? --- 04/362d2f63dfd4bfc81c40093d9823a927645678 | 90 +++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 04/362d2f63dfd4bfc81c40093d9823a927645678 diff --git a/04/362d2f63dfd4bfc81c40093d9823a927645678 b/04/362d2f63dfd4bfc81c40093d9823a927645678 new file mode 100644 index 000000000..2ab8c7b75 --- /dev/null +++ b/04/362d2f63dfd4bfc81c40093d9823a927645678 @@ -0,0 +1,90 @@ +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 9138A6DE0222 + for ; Thu, 27 Aug 2015 11:24:26 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.43 +X-Spam-Level: +X-Spam-Status: No, score=0.43 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_FROM=0.001, + FREEMAIL_REPLY=1, 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 m5KaYM8_Riri for ; + Thu, 27 Aug 2015 11:24:24 -0700 (PDT) +Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com + [209.85.212.169]) + by arlo.cworth.org (Postfix) with ESMTPS id 1D6456DE005F + for ; Thu, 27 Aug 2015 11:24:24 -0700 (PDT) +Received: by wicgk12 with SMTP id gk12so338544wic.1 + for ; Thu, 27 Aug 2015 11:24:22 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=from:to:subject:in-reply-to:references:user-agent:date:message-id + :mime-version:content-type; + bh=nPEmIIeVrZpJ5CpRV3Lebl/ANT5AM8lmr7s7Drh6gkU=; + b=Ohgvrou7uf86iv1ypmY8LWNWhdE1VQyacs6uFc4NHmUgj3gxda8T0O8acqTuMqufvJ + 5Emdv8+pKXyWieM+uUtijoiBuTw7qwFo0RAlqByOfHDI61sFJdA6tXpOJXeHuRyVnjrH + WHfG0gzslidO72ETb6IzG2N0lyNQLP/Ys3fVseMJqBrBzNZ1iV/v12SOJksUzFQYQsZ/ + HX9a6HN3ZS3RBT52i1ZKeBejwQYTtyy2D1jYXCJ5yuks7vHTPOKCjR+JQXy64YuAOzP1 + twBbjgRe31jXvYaS/Xu8aqy7K9QLuRowm3EIUGXcwQxQAFZ3ukmwH2lrMm//giKY9RlE + sW5Q== +X-Received: by 10.180.21.169 with SMTP id w9mr21097472wie.73.1440699861856; + Thu, 27 Aug 2015 11:24:21 -0700 (PDT) +Received: from localhost (catv-89-133-207-13.catv.broadband.hu. + [89.133.207.13]) + by smtp.gmail.com with ESMTPSA id v9sm4225572wjq.41.2015.08.27.11.24.20 + (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); + Thu, 27 Aug 2015 11:24:20 -0700 (PDT) +From: Mark Walters +To: Peter Salazar , notmuch@notmuchmail.org +Subject: Re: how to make return follow hyperlink? +In-Reply-To: + +References: + +User-Agent: Notmuch/0.18+390~ga117ebf (http://notmuchmail.org) Emacs/23.4.1 + (x86_64-pc-linux-gnu) +Date: Thu, 27 Aug 2015 19:24:19 +0100 +Message-ID: <874mjk614c.fsf@qmul.ac.uk> +MIME-Version: 1.0 +Content-Type: text/plain; charset=us-ascii +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: Thu, 27 Aug 2015 18:24:26 -0000 + + +> 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. + +A long time ago I posted a patch to do this: I don't know if it still +applies or how easy it is to update (nor do I remember how I got on with +the difficulties bremner mentioned in the the quoted bit of irc +conversation in the third message of that thread). + +id:1377240695-825-1-git-send-email-markwalters1009@gmail.com + +Incidentally, pressing RET on id: links already overrides the use of RET +to collapse a message so I don't see it as problematic to do the same +for http links. + +Best wishes + +Mark + -- 2.26.2