From 37aa1d0a190ffcfd79163c2fbe7d20da9b1e5651 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Tue, 29 Jan 2013 14:09:32 +2000 Subject: [PATCH] Re: [PATCH 0/5] Random patches for notmuch-vim-ruby --- 96/9edfda77bbbb4690800dbf8792f4ea869e696c | 80 +++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 96/9edfda77bbbb4690800dbf8792f4ea869e696c diff --git a/96/9edfda77bbbb4690800dbf8792f4ea869e696c b/96/9edfda77bbbb4690800dbf8792f4ea869e696c new file mode 100644 index 000000000..a633e3b0f --- /dev/null +++ b/96/9edfda77bbbb4690800dbf8792f4ea869e696c @@ -0,0 +1,80 @@ +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 52735431FB6 + for ; Mon, 28 Jan 2013 10:09:45 -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 zv4hCmo3Wpa3 for ; + Mon, 28 Jan 2013 10:09:44 -0800 (PST) +Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id A9CEB431FAE + for ; Mon, 28 Jan 2013 10:09:44 -0800 (PST) +Received: from convex-new.cs.unb.ca ([131.202.245.35]) + by tesseract.cs.unb.ca with esmtpsa + (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) + (envelope-from ) + id 1Tzt9H-0001Dl-F0; Mon, 28 Jan 2013 14:09:39 -0400 +Received: from bremner by convex-new.cs.unb.ca with local (Exim 4.80) + (envelope-from ) + id 1Tzt9A-0005sA-MX; Mon, 28 Jan 2013 14:09:32 -0400 +From: David Bremner +To: "Kirill A. Shutemov" , + Felipe Contreras +Subject: Re: [PATCH 0/5] Random patches for notmuch-vim-ruby +In-Reply-To: <1359388340-27136-1-git-send-email-kirill@shutemov.name> +References: <1359388340-27136-1-git-send-email-kirill@shutemov.name> +User-Agent: Notmuch/0.14+257~ge43e0af (http://notmuchmail.org) Emacs/24.2.1 + (x86_64-pc-linux-gnu) +Date: Mon, 28 Jan 2013 14:09:32 -0400 +Message-ID: <87622hnpr7.fsf@convex-new.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain +X-Spam_bar: - +Cc: notmuch@notmuchmail.org +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, 28 Jan 2013 18:09:45 -0000 + +"Kirill A. Shutemov" writes: + +> From: "Kirill A. Shutemov" +> +> Kirill A. Shutemov (5): +> open_reply: fallback to use addr.local if addr.name is nil +> rename g:notmuch_sendmail -> g:notmuch_rb_sendmail +> /usr/sbin/sendmail as a default g:notmuch_rb_sendmail +> Introduce g:notmuch_rb_folders_count_threads +> Drop harmful reply buffer preparation +> +> notmuch-ruby.vim | 27 ++++++++++++++++++++------- +> 1 file changed, 20 insertions(+), 7 deletions(-) + +Hi Kirill, Hi Felipe; + +Since the ruby vim client is not currently part of notmuch, I'm +interpreting that series as "of possible interest to people reading the +list" rather than "for possible inclusion upstream". That's perfectly +fine, I just thought I'd comment to save people searching the notmuch +source. + +d -- 2.26.2