mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 04:18:08 +01:00
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:
parent
bcb17491b5
commit
bab653ce39
1 changed files with 1 additions and 1 deletions
|
@ -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 ,
|
||||
|
|
Loading…
Reference in a new issue