Re: [RFC] vim plugin rewrite II
authorAnton Khirnov <anton@khirnov.net>
Sun, 15 Jan 2012 15:34:08 +0000 (16:34 +0100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:42:12 +0000 (09:42 -0800)
81/203b2eff79c50c2476759f4b4fd0a8583cfbd9 [new file with mode: 0644]

diff --git a/81/203b2eff79c50c2476759f4b4fd0a8583cfbd9 b/81/203b2eff79c50c2476759f4b4fd0a8583cfbd9
new file mode 100644 (file)
index 0000000..3e5b375
--- /dev/null
@@ -0,0 +1,91 @@
+Return-Path: <anton@khirnov.net>\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 D3783431FAF\r
+       for <notmuch@notmuchmail.org>; Sun, 15 Jan 2012 07:34:15 -0800 (PST)\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 rGZDh+ZB8H4o for <notmuch@notmuchmail.org>;\r
+       Sun, 15 Jan 2012 07:34:15 -0800 (PST)\r
+Received: from smtp1.kolej.mff.cuni.cz (smtp1.kolej.mff.cuni.cz\r
+       [78.128.192.10])\r
+       (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id B5F71431FAE\r
+       for <notmuch@notmuchmail.org>; Sun, 15 Jan 2012 07:34:14 -0800 (PST)\r
+X-Envelope-From: anton@khirnov.net\r
+Received: from daenerys.khirnov.net (zohar.kolej.mff.cuni.cz [78.128.198.199])\r
+       by smtp1.kolej.mff.cuni.cz (8.14.4/8.14.4) with ESMTP id\r
+       q0FFY9Ku050210; Sun, 15 Jan 2012 16:34:12 +0100 (CET)\r
+       (envelope-from anton@khirnov.net)\r
+Received: from daenerys.khirnov.net (localhost [127.0.0.1])\r
+       by daenerys.khirnov.net (Postfix) with ESMTP id 4CB7212046A;\r
+       Sun, 15 Jan 2012 16:34:09 +0100 (CET)\r
+Content-Type: text/plain; charset="utf-8"\r
+MIME-Version: 1.0\r
+Content-Transfer-Encoding: quoted-printable\r
+User-Agent: notmuch-vimpy\r
+Message-ID: <20120115153408.30382.40507@daenerys.khirnov.net>\r
+Date: Sun, 15 Jan 2012 16:34:08 +0100\r
+References: <20120114075443.27927.39754@daenerys.khirnov.net>\r
+       <87r4z1iudw.fsf@zancas.localnet>\r
+To: David Bremner <david@tethera.net>, notmuch@notmuchmail.org\r
+In-Reply-To: <87r4z1iudw.fsf@zancas.localnet>\r
+From: Anton Khirnov <anton@khirnov.net>\r
+Subject: Re: [RFC] vim plugin rewrite II\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: Sun, 15 Jan 2012 15:34:16 -0000\r
+\r
+\r
+On Sat, 14 Jan 2012 22:15:07 -0400, David Bremner <david@tethera.net> wrote:\r
+> On Sat, 14 Jan 2012 08:54:43 +0100, anton@khirnov.net wrote:\r
+> > =\r
+\r
+> > The advantages over current vim client are still the following:\r
+> > * sending and displaying/saving attachments\r
+> > * much better unicode support\r
+> > * tag name and search commands completion\r
+> > * proper representation of the thread structure\r
+> > * easier to extend thanks to python's massive standard library\r
+> > =\r
+\r
+> > Please comment.\r
+> =\r
+\r
+> Hi Anton;\r
+> =\r
+\r
+> I'm not a vim user, so I probably can't say anything very helpful, but\r
+> it does sound like some nice improvements.  Hopefully one of our vim\r
+> front-end users can comment a bit more.  One thing I wondered about is\r
+> if your version is still completely synchronous, with the resulting\r
+> problems dealing with large (say, more than 10000 messages) search\r
+> results?\r
+> =\r
+\r
+\r
+Yes, it's still synchronous. I suppose making it asynchronous shouldn't\r
+be all that hard, i just never found enough time and motivation for that\r
+(it was never a huge problem here).\r
+\r
+-- =\r
+\r
+Anton Khirnov\r