[PATCH] vim: use the full path for sendmail as /usr/sbin isn't usually in user's PATH

Subject: [PATCH] vim: use the full path for sendmail as /usr/sbin isn't usually in user's PATH

Date: Sun, 10 Jul 2011 21:55:56 +0200

To: notmuch@notmuchmail.org

Cc:

From: Uwe Kleine-König


---
 vim/plugin/notmuch.vim |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim
index 181e626..4410827 100644
--- a/vim/plugin/notmuch.vim
+++ b/vim/plugin/notmuch.vim
@@ -25,7 +25,7 @@
 
 let s:notmuch_defaults = {
         \ 'g:notmuch_cmd':                           'notmuch'                    ,
-        \ 'g:notmuch_sendmail':                      'sendmail'                   ,
+        \ 'g:notmuch_sendmail':                      '/usr/sbin/sendmail'         ,
         \ 'g:notmuch_debug':                         0                            ,
         \
         \ 'g:notmuch_search_newest_first':           1                            ,
-- 
1.7.5.4


Thread: