projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcb1749
)
vim: use the full path for sendmail
author
Uwe Kleine-König
<ukleinek@strlen.de>
Sun, 10 Jul 2011 19:55:56 +0000
(21:55 +0200)
committer
Felipe Contreras
<felipe.contreras@gmail.com>
Sat, 16 Jul 2011 18:57:38 +0000
(21:57 +0300)
... as /usr/sbin isn't usually in user's PATH.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
vim/plugin/notmuch.vim
patch
|
blob
|
history
diff --git
a/vim/plugin/notmuch.vim
b/vim/plugin/notmuch.vim
index 181e626e628d2a15b4bfb1756da30bc2deed79c9..44108273762b2e62c1eb07dfd167664ee13a4718 100644
(file)
--- 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 ,