From: Jani Nikula Date: Mon, 3 Jun 2013 14:01:38 +0000 (+0200) Subject: Re: New notmuch vim plugin pushed to master X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=97e4606383b0b6607fa6a0729960041d2ac71fd2;p=notmuch-archives.git Re: New notmuch vim plugin pushed to master --- diff --git a/5a/5b4b47148e80f44f0304c002bc879d12b44c2a b/5a/5b4b47148e80f44f0304c002bc879d12b44c2a new file mode 100644 index 000000000..d0057854d --- /dev/null +++ b/5a/5b4b47148e80f44f0304c002bc879d12b44c2a @@ -0,0 +1,89 @@ +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 584B1431FBC + for ; Mon, 3 Jun 2013 07:01:51 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.7 +X-Spam-Level: +X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 + tests=[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 Vqu1harGSzgp for ; + Mon, 3 Jun 2013 07:01:45 -0700 (PDT) +Received: from mail-wg0-f43.google.com (mail-wg0-f43.google.com + [74.125.82.43]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client + certificate requested) by olra.theworths.org (Postfix) with ESMTPS id + 06250431FAF for ; Mon, 3 Jun 2013 07:01:44 -0700 + (PDT) +Received: by mail-wg0-f43.google.com with SMTP id x12so3261624wgg.22 + for ; Mon, 03 Jun 2013 07:01:43 -0700 (PDT) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=google.com; s=20120113; + h=from:to:subject:in-reply-to:references:user-agent:date:message-id + :mime-version:content-type:x-gm-message-state; + bh=5OL4gGPf7wv73esm74P3vqiPUYm2LEIJeo1bqqUYnkE=; + b=jFgAaT042e32xdq0cF7fiDj7n4xDztolKct1tCsNVuATkQTbZJED850AWZnfnFQAcT + +JgqDCpfBPP+a7pepcCPOX3iv8UpBrmGJpx01xrtu67klMp2MfZuO8PNFkXNrzgEKgQ9 + 9lBClF/19093aBCLC5x5HsxZyJ3k8+bmMgoNGmC/za3qjaHzOKIzP4RS28oxFotTr5F9 + jbK0qLc9VFCCRXr49maKyQrzFiEs9yqJi7gQGXWzpqf/gDqOHg55V0ENdYbhPeGQCGDC + husQ8C6rswrUxcq947dMjKQouWblg8URMTbET18h7742i8+3XSiNObvCiRCSODUoh+4z + 9jTg== +X-Received: by 10.180.79.40 with SMTP id g8mr12852236wix.3.1370268103795; + Mon, 03 Jun 2013 07:01:43 -0700 (PDT) +Received: from localhost ([2001:4b98:dc0:43:216:3eff:fe1b:25f3]) + by mx.google.com with ESMTPSA id cw8sm23636848wib.7.2013.06.03.07.01.41 + for + (version=TLSv1.1 cipher=RC4-SHA bits=128/128); + Mon, 03 Jun 2013 07:01:42 -0700 (PDT) +From: Jani Nikula +To: Felipe Contreras , notmuch@notmuchmail.org +Subject: Re: New notmuch vim plugin pushed to master +In-Reply-To: + +References: + +User-Agent: Notmuch/0.15.2+166~ge1c93ad (http://notmuchmail.org) Emacs/23.2.1 + (x86_64-pc-linux-gnu) +Date: Mon, 03 Jun 2013 16:01:38 +0200 +Message-ID: <878v2rnvi5.fsf@nikula.org> +MIME-Version: 1.0 +Content-Type: text/plain; charset=us-ascii +X-Gm-Message-State: + ALoCoQknXtIBF0rKXhlscbKCB54FuHPI4YOYjRh3+UEFyD9tII4yM7Gw/ubRCJ5fRpQ0n1Wfvnsu +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, 03 Jun 2013 14:01:51 -0000 + +On Mon, 03 Jun 2013, Felipe Contreras wrote: +> The old plugin has been deprecated and moving to contrib. The new +> plugin has much better support and should replace it for all intents +> and purposes. + +Felipe, even though I don't personally use it, I'm glad you're working +on the vim plugin. The old one was neglected for too long. + +> I've pushed the changes and hopefully the packages will be updated +> accordingly. + +I don't think I saw the patches on the list, though. I am not sure if +one could have expected much in terms of review, but at least giving +people the *chance* for review and discussion about changes of this +scale would have been fair. + + +BR, +Jani.