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 10595431FBC for ; Tue, 21 Oct 2014 07:25:31 -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=[none] 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 KxG2ZHk37u9Y for ; Tue, 21 Oct 2014 07:25:23 -0700 (PDT) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by olra.theworths.org (Postfix) with ESMTP id DFCD1431FB6 for ; Tue, 21 Oct 2014 07:25:22 -0700 (PDT) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id B2DF610008C; Tue, 21 Oct 2014 17:25:01 +0300 (EEST) From: Tomi Ollila To: Franz Fellner Subject: Re: [PATCH] VIM: Add URI handling In-Reply-To: <544564ceae3dc_25b371be984d@TP_L520.notmuch> References: <1412281423-22441-1-git-send-email-imain@stemwinder.org> <20141010114457.GG28601@TP_L520.localdomain> <543822f73d3fd_46ad163fe88cd@ovo.mains.priv.notmuch> <20141011142943.GD23373@TP_L520.localdomain> <543ecc23bb98_2c291569e8c17@ovo.mains.priv.notmuch> <20141017181422.GG20696@TP_L520.localdomain> <544564ceae3dc_25b371be984d@TP_L520.notmuch> User-Agent: Notmuch/0.18.1+130~ga61922f (http://notmuchmail.org) Emacs/24.3.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ MIME-Version: 1.0 Content-Type: text/plain 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: Tue, 21 Oct 2014 14:25:31 -0000 On Mon, Oct 20 2014, Franz Fellner wrote: >> this commit message. > MsgID was just a short name for message-id, and I am used to CamelCase... > > VIM: Add support to open messages specified by their message-id in notmuch-show. Perhaps something like: vim: add support to open id: links(*) (as subject) and then the text could describe shortly how this feature works and how it is used. See "Write meaningful commit messages" in http://notmuchmail.org/contributing/ (*) or 'references' or 'urls' -- which you think is the best in vim client context. Tomi