From: Uwe Kleine-König <ukleinek@strlen.de>
Date: Sun, 10 Jul 2011 18:52:27 +0000 (+0200)
Subject: vim: fix documentation that mailx isn't used anymore
X-Git-Tag: 0.7_rc1~13
X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=9d0e2ebc0766dad536962eabf06f47717a944886;p=notmuch-old

vim: fix documentation that mailx isn't used anymore

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

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
---

diff --git a/vim/README b/vim/README
index aa3245c4..53f1c4e1 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: