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