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 3CCD9429E31 for ; Mon, 11 Nov 2013 10:17:10 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] 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 DmQWfR7mbbgi for ; Mon, 11 Nov 2013 10:17:04 -0800 (PST) Received: from mail-la0-f41.google.com (mail-la0-f41.google.com [209.85.215.41]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id B063E431FDD for ; Mon, 11 Nov 2013 10:17:03 -0800 (PST) Received: by mail-la0-f41.google.com with SMTP id hp15so230216lab.28 for ; Mon, 11 Nov 2013 10:17:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=bRhdk8YlYxPQ/tFfO1Jcxf9BzVsZiGwEexJPJ0UsZsk=; b=G48QqHRFennQL/QVEU/NpvPOrBL65w+pDSsgUFzlotxks2lsedt3S6eLdsuichrAC8 xvxt9tX2F68ufxmLyRZzWj/1LvFlf1KR160/bJVtEAxoboJDj3r4cTLfFUBJnS/5nsFl LTgCx96vCqnMjA1XkNpQS3LiinBYK8qhXsuFqCtQR11Ui14GvEK3p+Eqb6NhgaR3k3rc Q//39auCo6BFIkRLSacNx73XQ+5L9B/2/v+WKoH3I1fkCwjg6cuBjZD2tp+BmRXn0Tsv XDlzKrjTNR443cjxZoCPJcOggHk+uFPiIVLHIq6bhaoVYS0kM2iEwF498uf20eUF/6Pv fNwA== MIME-Version: 1.0 X-Received: by 10.112.134.71 with SMTP id pi7mr1818198lbb.44.1384193477288; Mon, 11 Nov 2013 10:11:17 -0800 (PST) Received: by 10.114.201.69 with HTTP; Mon, 11 Nov 2013 10:11:17 -0800 (PST) In-Reply-To: <1383400554-1832-1-git-send-email-felipe.contreras@gmail.com> References: <1383400554-1832-1-git-send-email-felipe.contreras@gmail.com> Date: Mon, 11 Nov 2013 12:11:17 -0600 Message-ID: Subject: Re: [PATCH 00/21] vim: general updates From: Felipe Contreras To: "notmuch@notmuchmail.org" Content-Type: text/plain; charset=UTF-8 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: Mon, 11 Nov 2013 18:17:10 -0000 On Sat, Nov 2, 2013 at 7:55 AM, Felipe Contreras wrote: > I've been cooking this in my personal notmuch-vim-ruby repository, and I think > they are ready for notmuch. > > A few highlights: > > * There's now support to compose new messages, previously there was only > support to reply. > * Database handling has been revamped to get rid of memory leaks > * A new help file is included > * Added support to go straight to a search (bypassing the folders view) All right, if there's no further feedback I'll push these tomorrow. -- Felipe Contreras