From ee6dd438ee8d0d0320dc2d621d159c4167f3f38f Mon Sep 17 00:00:00 2001 From: Ian Main Date: Sat, 11 Oct 2014 11:18:31 +1700 Subject: [PATCH] Re: [PATCH] VIM: Add URI handling --- 4c/a7c9a9eca8739ecfa07afde7a92b581ad5da5f | 73 +++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 4c/a7c9a9eca8739ecfa07afde7a92b581ad5da5f diff --git a/4c/a7c9a9eca8739ecfa07afde7a92b581ad5da5f b/4c/a7c9a9eca8739ecfa07afde7a92b581ad5da5f new file mode 100644 index 000000000..3d708829c --- /dev/null +++ b/4c/a7c9a9eca8739ecfa07afde7a92b581ad5da5f @@ -0,0 +1,73 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id D9CDA431FC9 + for ; Fri, 10 Oct 2014 11:18:40 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 + tests=[RCVD_IN_DNSWL_NONE=-0.0001] autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id XaxuJoc5g-TE for ; + Fri, 10 Oct 2014 11:18:35 -0700 (PDT) +Received: from cmta19.telus.net (cmta19.telus.net [209.171.16.92]) + by olra.theworths.org (Postfix) with ESMTP id 4DA1C431FBC + for ; Fri, 10 Oct 2014 11:18:35 -0700 (PDT) +Received: from ovo.mains.priv ([207.102.88.62]) by cmta19.telus.net with TELUS + id 1WJa1p0061LiWEf01WJaBB; Fri, 10 Oct 2014 12:18:34 -0600 +X-Authority-Analysis: v=2.0 cv=fJznK+me c=1 sm=2 + a=EcQDfIwDZEqJA1f7rVUV8Q==:17 a=S-IsBHyFrF4A:10 a=IkcTkHD0fZMA:10 + a=tsa3CZZnAAAA:8 a=jwLCK1LMlgLMkTXtpykA:9 a=QEXdDO2ut3YA:10 + a=3pEGh78_DA4A:10 + a=Xa6WTe9qAbUA:10 a=EcQDfIwDZEqJA1f7rVUV8Q==:117 +X-Telus-Outbound-IP: 207.102.88.62 +Received: from ovo.mains.priv (localhost.localdomain [127.0.0.1]) + by ovo.mains.priv (8.14.8/8.14.8) with ESMTP id s9AIIWqe024895; + Fri, 10 Oct 2014 11:18:32 -0700 +Received: (from imain@localhost) + by ovo.mains.priv (8.14.8/8.14.8/Submit) id s9AIIVoL024894; + Fri, 10 Oct 2014 11:18:31 -0700 +X-Authentication-Warning: ovo.mains.priv: imain set sender to imain@redhat.com + using -f +Date: Fri, 10 Oct 2014 11:18:31 -0700 +From: Ian Main +To: Franz Fellner +Message-ID: <543822f73d3fd_46ad163fe88cd@ovo.mains.priv.notmuch> +In-Reply-To: <20141010114457.GG28601@TP_L520.localdomain> +References: <1412281423-22441-1-git-send-email-imain@stemwinder.org> + <20141010114457.GG28601@TP_L520.localdomain> +Subject: Re: [PATCH] VIM: Add URI handling +Mime-Version: 1.0 +Content-Type: text/plain; + charset=utf-8 +Content-Transfer-Encoding: 7bit +Cc: notmuch@notmuchmail.org +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +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, 10 Oct 2014 18:18:41 -0000 + +Franz Fellner wrote: +> Works nice. Tested with an https and a mailto URI. +> But it would be awesome if you could add message id handling, So one +> could easily navigate to linked messages. I only found emacs client +> implement this feature. What I read in the docs about ruby URI module +> it should be fairly easy to add a custom scheme for id. + +I'm afraid I'm not sure what you mean by message id handling? It's +probably something simple but .. :) + + Ian -- 2.26.2