From: "Kirill A. Shutemov" <[email protected]>

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

Reply via email to