Re: [PATCH] VIM: Add URI handling
authorTomi Ollila <tomi.ollila@iki.fi>
Tue, 21 Oct 2014 14:25:01 +0000 (17:25 +0300)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 18:05:27 +0000 (10:05 -0800)
23/b699e6b86312c5fa4f9d46331f22433fe666e9 [new file with mode: 0644]

diff --git a/23/b699e6b86312c5fa4f9d46331f22433fe666e9 b/23/b699e6b86312c5fa4f9d46331f22433fe666e9
new file mode 100644 (file)
index 0000000..813784a
--- /dev/null
@@ -0,0 +1,77 @@
+Return-Path: <tomi.ollila@iki.fi>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 10595431FBC\r
+       for <notmuch@notmuchmail.org>; Tue, 21 Oct 2014 07:25:31 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id KxG2ZHk37u9Y for <notmuch@notmuchmail.org>;\r
+       Tue, 21 Oct 2014 07:25:23 -0700 (PDT)\r
+Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
+       by olra.theworths.org (Postfix) with ESMTP id DFCD1431FB6\r
+       for <notmuch@notmuchmail.org>; Tue, 21 Oct 2014 07:25:22 -0700 (PDT)\r
+Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
+       by guru.guru-group.fi (Postfix) with ESMTP id B2DF610008C;\r
+       Tue, 21 Oct 2014 17:25:01 +0300 (EEST)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: Franz Fellner <alpine.art.de@gmail.com>\r
+Subject: Re: [PATCH] VIM: Add URI handling\r
+In-Reply-To: <544564ceae3dc_25b371be984d@TP_L520.notmuch>\r
+References: <1412281423-22441-1-git-send-email-imain@stemwinder.org>\r
+       <20141010114457.GG28601@TP_L520.localdomain>\r
+       <543822f73d3fd_46ad163fe88cd@ovo.mains.priv.notmuch>\r
+       <20141011142943.GD23373@TP_L520.localdomain>\r
+       <543ecc23bb98_2c291569e8c17@ovo.mains.priv.notmuch>\r
+       <20141017181422.GG20696@TP_L520.localdomain>\r
+       <m2vbner283.fsf@guru.guru-group.fi>\r
+       <544564ceae3dc_25b371be984d@TP_L520.notmuch>\r
+User-Agent: Notmuch/0.18.1+130~ga61922f (http://notmuchmail.org) Emacs/24.3.1\r
+       (x86_64-unknown-linux-gnu)\r
+X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
+       $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
+       !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
+Date: Tue, 21 Oct 2014 17:25:01 +0300\r
+Message-ID: <m2zjcp5wle.fsf@guru.guru-group.fi>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+Cc: notmuch@notmuchmail.org\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Tue, 21 Oct 2014 14:25:31 -0000\r
+\r
+On Mon, Oct 20 2014, Franz Fellner <alpine.art.de@gmail.com> wrote:\r
+\r
+>> this commit message.\r
+> MsgID was just a short name for message-id, and I am used to CamelCase...\r
+>\r
+> VIM: Add support to open messages specified by their message-id in notmuch-show.\r
+\r
+Perhaps something like: vim: add support to open id: links(*)\r
+\r
+(as subject) and then the text could describe shortly how this feature\r
+works and how it is used.\r
+\r
+See "Write meaningful commit messages" in http://notmuchmail.org/contributing/\r
+\r
+(*) or 'references' or 'urls' -- which you think is the best in vim client\r
+context. \r
+\r
+\r
+Tomi\r