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

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

Date: Sun, 10 Jul 2011 20:52:27 +0200

To: notmuch@notmuchmail.org

Cc:

From: Uwe Kleine-König


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

Cc: Felipe Contreras <felipe.contreras@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


Thread: