--- /dev/null
+Return-Path: <felipe.contreras@gmail.com>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by olra.theworths.org (Postfix) with ESMTP id 8E848431FAF\r
+ for <notmuch@notmuchmail.org>; Tue, 2 Apr 2013 12:21:11 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.799\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
+ tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
+ FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+ by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id V2xUcIBXXEDv for <notmuch@notmuchmail.org>;\r
+ Tue, 2 Apr 2013 12:21:07 -0700 (PDT)\r
+Received: from mail-lb0-f170.google.com (mail-lb0-f170.google.com\r
+ [209.85.217.170]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+ (No client certificate requested)\r
+ by olra.theworths.org (Postfix) with ESMTPS id 1FD14431FAE\r
+ for <notmuch@notmuchmail.org>; Tue, 2 Apr 2013 12:21:06 -0700 (PDT)\r
+Received: by mail-lb0-f170.google.com with SMTP id x11so839411lbi.1\r
+ for <notmuch@notmuchmail.org>; Tue, 02 Apr 2013 12:21:05 -0700 (PDT)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
+ h=mime-version:x-received:in-reply-to:references:date:message-id\r
+ :subject:from:to:cc:content-type;\r
+ bh=h62V61+gvlVrTdOKft1PTJ+YyOPtTRLCqjaYbXVAlP0=;\r
+ b=NAaQY+41OX0/sBOokrIifCVZdWcIWgnlLAdNVCPWpqTa1UeACWCWq1oWjBNH/ubkKo\r
+ mFDwxsh/iBU8AoIfnc3fKe1iPZkJBk4IICFawSzvtjhlyBxX47jlyOydGBxTGoWFgRvB\r
+ IWuNLrYOE7seF9lJt2kMprP7/CQsHAOrFIQUlFRWOv8350gWpX5px0UcuIsVGsA7FlP2\r
+ SlJt2gQcdzv3Px3ERxlko4oXykgNfbSvlDpYsi92GKWx378KMTigkWEMGNVfX24hyJSZ\r
+ kk4pZLbAeflD8iMkoiNA2t4OYmVkp6DuN4o7Xf/LjmiJpnVrpEEikPqdVx8FdpUecvjN\r
+ Qw6Q==\r
+MIME-Version: 1.0\r
+X-Received: by 10.152.128.98 with SMTP id nn2mr8423241lab.17.1364930465576;\r
+ Tue, 02 Apr 2013 12:21:05 -0700 (PDT)\r
+Received: by 10.114.20.36 with HTTP; Tue, 2 Apr 2013 12:21:05 -0700 (PDT)\r
+In-Reply-To: <1359388340-27136-3-git-send-email-kirill@shutemov.name>\r
+References: <1359388340-27136-1-git-send-email-kirill@shutemov.name>\r
+ <1359388340-27136-3-git-send-email-kirill@shutemov.name>\r
+Date: Tue, 2 Apr 2013 13:21:05 -0600\r
+Message-ID:\r
+ <CAMP44s3SG1QQ4w8Z=CT1bcNOWG=tKvY+DnEx_NgaFFq00_QdZw@mail.gmail.com>\r
+Subject: Re: [PATCH 2/5] rename g:notmuch_sendmail -> g:notmuch_rb_sendmail\r
+From: Felipe Contreras <felipe.contreras@gmail.com>\r
+To: "Kirill A. Shutemov" <kirill@shutemov.name>\r
+Content-Type: text/plain; charset=UTF-8\r
+Cc: notmuch@notmuchmail.org\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Tue, 02 Apr 2013 19:21:11 -0000\r
+\r
+On Mon, Jan 28, 2013 at 9:52 AM, Kirill A. Shutemov\r
+<kirill@shutemov.name> wrote:\r
+> From: "Kirill A. Shutemov" <kirill@shutemov.name>\r
+>\r
+> All configuration variable use prefix notmuch_rb_ except\r
+> notmuch_sendmail. Let's fix it.\r
+\r
+I'm not sure about this one. notmuch-vim is official, what happens if\r
+you have both notmuch-vim and notmuch-vim-ruby? Wouldn't it be nice to\r
+use the same variable for configuration?\r
+\r
+-- \r
+Felipe Contreras\r