[PATCH 2/5] rename g:notmuch_sendmail -> g:notmuch_rb_sendmail

Subject: [PATCH 2/5] rename g:notmuch_sendmail -> g:notmuch_rb_sendmail

Date: Mon, 28 Jan 2013 17:52:17 +0200

To: Felipe Contreras

Cc: notmuch@notmuchmail.org

From: Kirill A. Shutemov


From: "Kirill A. Shutemov" <kirill@shutemov.name>

All configuration variable use prefix notmuch_rb_ except
notmuch_sendmail. Let's fix it.

Signed-off-by: Kirill A. Shutemov <kirill@shutemov.name>
---
 notmuch-ruby.vim |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/notmuch-ruby.vim b/notmuch-ruby.vim
index d8a9878..624987e 100644
--- a/notmuch-ruby.vim
+++ b/notmuch-ruby.vim
@@ -96,7 +96,7 @@ function! s:compose_send()
 	0,4d
 	write
 
-	let cmdtxt = g:notmuch_sendmail . ' -t -f ' . s:reply_from . ' < ' . fname
+	let cmdtxt = g:notmuch_rb_sendmail . ' -t -f ' . s:reply_from . ' < ' . fname
 	let out = system(cmdtxt)
 	let err = v:shell_error
 	if err
-- 
1.7.10.4


Thread: