Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 286DA431FD0 for ; Sun, 10 Jul 2011 11:52:36 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7g7dcyzQyQdd for ; Sun, 10 Jul 2011 11:52:35 -0700 (PDT) Received: from Chamillionaire.breakpoint.cc (Chamillionaire.breakpoint.cc [85.10.199.196]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id A0300431FB6 for ; Sun, 10 Jul 2011 11:52:35 -0700 (PDT) Received: id: ukleinek by Chamillionaire.breakpoint.cc authenticated by ukleinek with local (easymta 1.00 BETA 1) id 1Qfz7J-0004KP-Op; Sun, 10 Jul 2011 20:52:33 +0200 From: =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= To: notmuch@notmuchmail.org Subject: [PATCH] vim: fix documentation that mailx isn't used anymore Date: Sun, 10 Jul 2011 20:52:27 +0200 Message-Id: <1310323947-4881-1-git-send-email-ukleinek@strlen.de> X-Mailer: git-send-email 1.7.5.4 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jul 2011 18:52:36 -0000 Since e7899b0 (vim: use sendmail directly) notmuch-vim uses sendmail directly. Cc: Felipe Contreras --- 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