From: Felipe Contreras Date: Tue, 2 Apr 2013 19:52:33 +0000 (+1800) Subject: RE: [PATCH 0/5] Random patches for notmuch-vim-ruby X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d0adca537e46ec23183517f50177a34b628192c0;p=notmuch-archives.git RE: [PATCH 0/5] Random patches for notmuch-vim-ruby --- diff --git a/7c/649cdc901ba0272743062272458527f5e72366 b/7c/649cdc901ba0272743062272458527f5e72366 new file mode 100644 index 000000000..411610d2c --- /dev/null +++ b/7c/649cdc901ba0272743062272458527f5e72366 @@ -0,0 +1,84 @@ +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 B5CD4431FAE + for ; Tue, 2 Apr 2013 12:54:11 -0700 (PDT) +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 svCFoWgR7E3w for ; + Tue, 2 Apr 2013 12:54:11 -0700 (PDT) +Received: from mail-gg0-f172.google.com (mail-gg0-f172.google.com + [209.85.161.172]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 29B72431FAF + for ; Tue, 2 Apr 2013 12:54:11 -0700 (PDT) +Received: by mail-gg0-f172.google.com with SMTP id f4so123388ggn.17 + for ; Tue, 02 Apr 2013 12:54:10 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=x-received:date:from:to:cc:message-id:in-reply-to:references + :subject:mime-version:content-type:content-transfer-encoding; + bh=8aPodiwA2YA7tfCx52yBaqh4teHk5yEVAkjWnYHfI5U=; + b=Y93KhbDu+WLoX2ZTnYFPrtYG0mFInIL8vJX/gRTzK8IbAF9SmrPK0+u57Ep38lGubn + ZczevA+2eNN7sO/NWz7Yld9FSQWVupe8Q7FQfCm0HLRqPPwMFEfSTaazh/9apPUryPJl + 5lezlDhmxB1TDYeyBXmGk/XB0NpTyct9xbLKO9enI3IKosS6n1HmfXgsXQsXr7CVf1uj + IbzdlI5tXV4+Ez/PxC4zI2fIWsC9O2ru9hi2Flw7QokdUkrLf61ijxAUSVl90YgbZ/j2 + lH8c8PGIByAsJtysoeOY6I/VEKwWhLPbXlscTaKpPofqUXaaB632pgc4KLntR9B4dOgi + A8RQ== +X-Received: by 10.236.68.67 with SMTP id k43mr16434158yhd.0.1364932450601; + Tue, 02 Apr 2013 12:54:10 -0700 (PDT) +Received: from localhost (187-163-100-70.static.axtel.net. [187.163.100.70]) + by mx.google.com with ESMTPS id s45sm5053093yhk.22.2013.04.02.12.54.07 + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Tue, 02 Apr 2013 12:54:09 -0700 (PDT) +Date: Tue, 02 Apr 2013 13:52:33 -0600 +From: Felipe Contreras +To: "Kirill A. Shutemov" , + Felipe Contreras +Message-ID: <515b370156b61_146e1045e109402c@nysa.mail> +In-Reply-To: <1359388340-27136-1-git-send-email-kirill@shutemov.name> +References: <1359388340-27136-1-git-send-email-kirill@shutemov.name> +Subject: RE: [PATCH 0/5] Random patches for notmuch-vim-ruby +Mime-Version: 1.0 +Content-Type: text/plain; + charset=utf-8 +Content-Transfer-Encoding: 7bit +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: Tue, 02 Apr 2013 19:54:11 -0000 + +Hi, + +Sorry for the late reply, I haven't really been following or doing any +development, but I'm back. + +Kirill A. Shutemov wrote: +> 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 + +-- +Felipe Contreras