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