[PATCH 2/5] rename g:notmuch_sendmail -> g:notmuch_rb_sendmail
Kirill A. Shutemov
kirill at shutemov.name
Mon Jan 28 07:52:17 PST 2013
From: "Kirill A. Shutemov" <kirill at shutemov.name>
All configuration variable use prefix notmuch_rb_ except
notmuch_sendmail. Let's fix it.
Signed-off-by: Kirill A. Shutemov <kirill at 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
More information about the notmuch
mailing list