unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH] vim: use the full path for sendmail as /usr/sbin isn't usually in user's PATH
@ 2011-07-10 19:55 Uwe Kleine-König
  2011-07-16 19:08 ` Felipe Contreras
  0 siblings, 1 reply; 2+ messages in thread
From: Uwe Kleine-König @ 2011-07-10 19:55 UTC (permalink / raw)
  To: notmuch

---
 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] vim: use the full path for sendmail as /usr/sbin isn't usually in user's PATH
  2011-07-10 19:55 [PATCH] vim: use the full path for sendmail as /usr/sbin isn't usually in user's PATH Uwe Kleine-König
@ 2011-07-16 19:08 ` Felipe Contreras
  0 siblings, 0 replies; 2+ messages in thread
From: Felipe Contreras @ 2011-07-16 19:08 UTC (permalink / raw)
  To: Uwe Kleine-König; +Cc: notmuch

2011/7/10 Uwe Kleine-König <ukleinek@strlen.de>:
> ---
>  vim/plugin/notmuch.vim |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

All right. Applied.

-- 
Felipe Contreras

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-07-16 19:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-10 19:55 [PATCH] vim: use the full path for sendmail as /usr/sbin isn't usually in user's PATH Uwe Kleine-König
2011-07-16 19:08 ` Felipe Contreras

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).