vim: use the full path for sendmail

... as /usr/sbin isn't usually in user's PATH.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
This commit is contained in:
Uwe Kleine-König 2011-07-10 21:55:56 +02:00 committed by Felipe Contreras
parent bcb17491b5
commit bab653ce39

View file

@ -25,7 +25,7 @@
let s:notmuch_defaults = { let s:notmuch_defaults = {
\ 'g:notmuch_cmd': 'notmuch' , \ 'g:notmuch_cmd': 'notmuch' ,
\ 'g:notmuch_sendmail': 'sendmail' , \ 'g:notmuch_sendmail': '/usr/sbin/sendmail' ,
\ 'g:notmuch_debug': 0 , \ 'g:notmuch_debug': 0 ,
\ \
\ 'g:notmuch_search_newest_first': 1 , \ 'g:notmuch_search_newest_first': 1 ,