]> git.cworth.org Git - notmuch/blobdiff - vim/plugin/notmuch.vim
vim: use the full path for sendmail
[notmuch] / vim / plugin / notmuch.vim
index 181e626e628d2a15b4bfb1756da30bc2deed79c9..44108273762b2e62c1eb07dfd167664ee13a4718 100644 (file)
@@ -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                            ,