Re: [PATCH] VIM: Add URI handling
authorIan Main <imain@stemwinder.org>
Wed, 15 Oct 2014 19:33:55 +0000 (12:33 +1700)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 18:05:16 +0000 (10:05 -0800)
12/ddd2c098282ab28a6eb9e4551bdf9a24e2aa15 [new file with mode: 0644]

diff --git a/12/ddd2c098282ab28a6eb9e4551bdf9a24e2aa15 b/12/ddd2c098282ab28a6eb9e4551bdf9a24e2aa15
new file mode 100644 (file)
index 0000000..0dce9e9
--- /dev/null
@@ -0,0 +1,183 @@
+Return-Path: <imain@redhat.com>\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 4E0A7431FB6\r
+       for <notmuch@notmuchmail.org>; Wed, 15 Oct 2014 12:34:03 -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\r
+       tests=[RCVD_IN_DNSWL_NONE=-0.0001] 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 d3AYF5s1z9U1 for <notmuch@notmuchmail.org>;\r
+       Wed, 15 Oct 2014 12:33:59 -0700 (PDT)\r
+Received: from cmta10.telus.net (cmta10.telus.net [209.171.16.83])\r
+       by olra.theworths.org (Postfix) with ESMTP id 5B1B6431FAF\r
+       for <notmuch@notmuchmail.org>; Wed, 15 Oct 2014 12:33:59 -0700 (PDT)\r
+Received: from ovo.mains.priv ([207.102.88.62]) by cmta10.telus.net with TELUS\r
+       id 3XZy1p00D1LiWEf01XZyoQ; Wed, 15 Oct 2014 13:33:58 -0600\r
+X-Authority-Analysis: v=2.0 cv=PP7RD4WC c=1 sm=2\r
+       a=EcQDfIwDZEqJA1f7rVUV8Q==:17 a=S-IsBHyFrF4A:10 a=IkcTkHD0fZMA:10\r
+       a=tsa3CZZnAAAA:8 a=XWforfwaZwZkm9eP2S4A:9 a=QEXdDO2ut3YA:10\r
+       a=P87eogJZi2UA:10 a=EcQDfIwDZEqJA1f7rVUV8Q==:117\r
+X-Telus-Outbound-IP: 207.102.88.62\r
+Received: from ovo.mains.priv (localhost.localdomain [127.0.0.1])\r
+       by ovo.mains.priv (8.14.8/8.14.8) with ESMTP id s9FJXu0b011335;\r
+       Wed, 15 Oct 2014 12:33:56 -0700\r
+Received: (from imain@localhost)\r
+       by ovo.mains.priv (8.14.8/8.14.8/Submit) id s9FJXtMY011334;\r
+       Wed, 15 Oct 2014 12:33:55 -0700\r
+X-Authentication-Warning: ovo.mains.priv: imain set sender to imain@redhat.com\r
+       using -f\r
+Date: Wed, 15 Oct 2014 12:33:55 -0700\r
+From: Ian Main <imain@stemwinder.org>\r
+To: Franz Fellner <alpine.art.de@gmail.com>\r
+Message-ID: <543ecc23bb98_2c291569e8c17@ovo.mains.priv.notmuch>\r
+In-Reply-To: <20141011142943.GD23373@TP_L520.localdomain>\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
+Subject: Re: [PATCH] VIM: Add URI handling\r
+Mime-Version: 1.0\r
+Content-Type: text/plain;\r
+ charset=utf-8\r
+Content-Transfer-Encoding: 7bit\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: Wed, 15 Oct 2014 19:34:03 -0000\r
+\r
+Franz Fellner wrote:\r
+> Here is a working implementation.\r
+> Please review carefully as I only can simulate ruby and vimscript\r
+> knowledge from what I see in notmuch.vim sourcefile and quick\r
+> googling.\r
+\r
+Yes, this works nicely.  Thanks!\r
+\r
+I do notice however that this is against the github plugin repo (I think)?\r
+\r
+I think It'd be nice to have this against the main repo and in its own\r
+thread.  I can repost it for you if you like as I added it to mine, or you\r
+can do it if you prefer.\r
+\r
+    Ian\r
\r
+> Regards\r
+> Franz\r
+> \r
+> \r
+> diff --git a/plugin/notmuch.vim b/plugin/notmuch.vim\r
+> index 567f75c..ef9fefa 100644\r
+> --- a/plugin/notmuch.vim\r
+> +++ b/plugin/notmuch.vim\r
+> @@ -269,6 +269,14 @@ ruby << EOF\r
+>              if uri.class == URI::MailTo\r
+>                      vim_puts("Composing new email to #{uri.to}.")\r
+>                      VIM::command("call s:compose('#{uri.to}')")\r
+> +            elsif uri.class == URI::MsgID\r
+> +                    msg = $curbuf.message(uri.opaque)\r
+> +                    if !msg\r
+> +                            vim_puts("Message not found in NotMuch database: #{uri.to_s}")\r
+> +                    else\r
+> +                            vim_puts("Opening message #{msg.message_id} in thread #{msg.thread_id}.")\r
+> +                            VIM::command("call s:show('thread:#{msg.thread_id}', '#{msg.message_id}')")\r
+> +                    end\r
+>              else\r
+>                      vim_puts("Opening #{uri.to_s}.")\r
+>                      cmd = VIM::evaluate('g:notmuch_open_uri')\r
+> @@ -429,11 +437,12 @@ endfunction\r
+>  \r
+>  "" main\r
+>  \r
+> -function! s:show(thread_id)\r
+> +function! s:show(thread_id, msg_id)\r
+>      call s:new_buffer('show')\r
+>      setlocal modifiable\r
+>  ruby << EOF\r
+>      thread_id = VIM::evaluate('a:thread_id')\r
+> +    msg_id = VIM::evaluate('a:msg_id')\r
+>      $cur_thread = thread_id\r
+>      $messages.clear\r
+>      $curbuf.render do |b|\r
+> @@ -465,6 +474,9 @@ ruby << EOF\r
+>                      end\r
+>                      b << ""\r
+>                      nm_m.end = b.count\r
+> +                    if msg_id and nm_m.message_id == msg_id\r
+> +                            VIM::command("normal #{nm_m.start}zt")\r
+> +                    end\r
+>              end\r
+>              b.delete(b.count)\r
+>      end\r
+> @@ -487,7 +499,7 @@ ruby << EOF\r
+>      when 1; $cur_filter = nil\r
+>      when 2; $cur_filter = $cur_search\r
+>      end\r
+> -    VIM::command("call s:show('#{id}')")\r
+> +    VIM::command("call s:show('#{id}', '')")\r
+>  EOF\r
+>  endfunction\r
+>  \r
+> @@ -917,6 +929,10 @@ ruby << EOF\r
+>                      q\r
+>              end\r
+>  \r
+> +            def message(id)\r
+> +                    @db.find_message(id)\r
+> +            end\r
+> +\r
+>              def close\r
+>                      @queries.delete_if { |q| ! q.destroy! }\r
+>                      @db.close\r
+> @@ -937,12 +953,20 @@ ruby << EOF\r
+>              end\r
+>      end\r
+>  \r
+> +    module URI\r
+> +            class MsgID < Generic\r
+> +            end\r
+> +\r
+> +            @@schemes['ID'] = MsgID\r
+> +    end\r
+> +\r
+>      class Message\r
+>              attr_accessor :start, :body_start, :end\r
+> -            attr_reader :message_id, :filename, :mail\r
+> +            attr_reader :message_id, :thread_id, :filename, :mail\r
+>  \r
+>              def initialize(msg, mail)\r
+>                      @message_id = msg.message_id\r
+> +                    @thread_id = msg.thread_id\r
+>                      @filename = msg.filename\r
+>                      @mail = mail\r
+>                      @start = 0\r
+> \r
+> On Fri, 10 Oct 2014 11:18:31 -0700, Ian Main <imain@stemwinder.org> wrote:\r
+> > Franz Fellner wrote:\r
+> > > Works nice. Tested with an https and a mailto URI.\r
+> > > But it would be awesome if you could add message id handling, So one\r
+> > > could easily navigate to linked messages. I only found emacs client\r
+> > > implement this feature. What I read in the docs about ruby URI module\r
+> > > it should be fairly easy to add a custom scheme for id.\r
+> > \r
+> > I'm afraid I'm not sure what you mean by message id handling?  It's\r
+> > probably something simple but .. :)\r
+> > \r
+> >     Ian\r
+\r
+\r