[PATCH] vim: fix documentation that mailx isn't used anymore

Uwe Kleine-König ukleinek at strlen.de
Sun Jul 10 11:52:27 PDT 2011


Since
	e7899b0 (vim: use sendmail directly)
notmuch-vim uses sendmail directly.

Cc: Felipe Contreras <felipe.contreras at gmail.com>
---
 vim/README |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/vim/README b/vim/README
index aa3245c..53f1c4e 100644
--- a/vim/README
+++ b/vim/README
@@ -7,8 +7,9 @@ Dependencies:
     notmuch:
         Naturally, it expects you have notmuch installed and configured.
 
-    mailx:
-        To send mail, notmuch.vim uses the UNIX mailx command.
+    sendmail:
+        To send mail, notmuch.vim uses sendmail as default.  Most modern MTAs
+        provide a compatibility binary, and so should work well.
 
 
 To install:
-- 
1.7.5.4



More information about the notmuch mailing list