[PATCH 2/5] rename g:notmuch_sendmail -> g:notmuch_rb_sendmail
authorKirill A. Shutemov <kirill@shutemov.name>
Mon, 28 Jan 2013 15:52:17 +0000 (17:52 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:53:23 +0000 (09:53 -0800)
5d/53446539018ab16a0854faf171cefcc8b90788 [new file with mode: 0644]

diff --git a/5d/53446539018ab16a0854faf171cefcc8b90788 b/5d/53446539018ab16a0854faf171cefcc8b90788
new file mode 100644 (file)
index 0000000..12282d6
--- /dev/null
@@ -0,0 +1,70 @@
+Return-Path: <kas@shutemov.name>\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 10D95431FAE\r
+       for <notmuch@notmuchmail.org>; Mon, 28 Jan 2013 07:57:10 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       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 qHY4lgw8jX-X for <notmuch@notmuchmail.org>;\r
+       Mon, 28 Jan 2013 07:57:09 -0800 (PST)\r
+Received: from shutemov.name (shutemov.name [204.155.152.216])\r
+       by olra.theworths.org (Postfix) with ESMTP id 2952A431FC0\r
+       for <notmuch@notmuchmail.org>; Mon, 28 Jan 2013 07:57:08 -0800 (PST)\r
+Received: by shutemov.name (Postfix, from userid 1000)\r
+       id 3329C333DA; Mon, 28 Jan 2013 17:52:25 +0200 (EET)\r
+From: "Kirill A. Shutemov" <kirill@shutemov.name>\r
+To: Felipe Contreras <felipe.contreras@gmail.com>\r
+Subject: [PATCH 2/5] rename g:notmuch_sendmail -> g:notmuch_rb_sendmail\r
+Date: Mon, 28 Jan 2013 17:52:17 +0200\r
+Message-Id: <1359388340-27136-3-git-send-email-kirill@shutemov.name>\r
+X-Mailer: git-send-email 1.7.10.4\r
+In-Reply-To: <1359388340-27136-1-git-send-email-kirill@shutemov.name>\r
+References: <1359388340-27136-1-git-send-email-kirill@shutemov.name>\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: Mon, 28 Jan 2013 15:57:10 -0000\r
+\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
+Signed-off-by: Kirill A. Shutemov <kirill@shutemov.name>\r
+---\r
+ notmuch-ruby.vim |    2 +-\r
+ 1 file changed, 1 insertion(+), 1 deletion(-)\r
+\r
+diff --git a/notmuch-ruby.vim b/notmuch-ruby.vim\r
+index d8a9878..624987e 100644\r
+--- a/notmuch-ruby.vim\r
++++ b/notmuch-ruby.vim\r
+@@ -96,7 +96,7 @@ function! s:compose_send()\r
+       0,4d\r
+       write\r
\r
+-      let cmdtxt = g:notmuch_sendmail . ' -t -f ' . s:reply_from . ' < ' . fname\r
++      let cmdtxt = g:notmuch_rb_sendmail . ' -t -f ' . s:reply_from . ' < ' . fname\r
+       let out = system(cmdtxt)\r
+       let err = v:shell_error\r
+       if err\r
+-- \r
+1.7.10.4\r
+\r