[Pkg-mutt-maintainers] Bug#883007: Bug#883007: neomutt: sendmail configuration

Elimar Riesebieter riesebie at lxtec.de
Tue Nov 28 18:44:13 UTC 2017


* Arthur Gautier <baloo at gandi.net> [2017-11-28 18:08 +0000]:

> On Tue, Nov 28, 2017 at 07:03:06PM +0100, Elimar Riesebieter wrote:
> > * Arthur Gautier <baloo at gandi.net> [2017-11-28 17:21 +0000]:
> > 
> > > Package: neomutt
> > > Version: 20171027+dfsg.1-1
> > > Severity: normal
> > > 
> > > Dear Maintainer,
> > > 
> > > The default neomutt configuration differs from mutt.
> > > 
> > > $ neomutt -D | grep sendmail
> > > sendmail="false -oem -oi"
> > > sendmail_wait=0
> > 
> > This I can't reproduce. The default after a fresh install should be
> > 
> >   sendmail="/usr/sbin/sendmail -oem -oi"
> > 
> > According to the manual see [0]
> > 
> > [0] https://www.neomutt.org/guide/reference.html#sendmail
> > 
> 
> I agree with you this should be the default, to ensure nothing
> was wrong I my environment, I tried with an (almost) clean one
> (via docker):

Sorry, my fault. I can now reproduce with 20171027 installed. This
was fixed in git commit 55f99f3e three weeks ago. You should ask
Antonio whether he'll backport that commit or update to master.
Possibly we'll get a new upstream release shortly, though. neomutt
has to be build with autosetup then.

From 55f99f3ea14aebfa0f6faf52b0b0a81e2a5c1d8b Mon Sep 17 00:00:00 2001
From: Richard Russon <rich at flatcap.org>
Date: Mon, 6 Nov 2017 13:19:57 +0000
Subject: [PATCH] autosetup: fix check for missing sendmail

If sendmail wasn't on the path, then configure.autosetup defined
    SENDMAIL=false
---
 auto.def | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/auto.def b/auto.def
index 31df9764..6a59b9bb 100644
--- a/auto.def
+++ b/auto.def
@@ -188,8 +188,7 @@ if {1} {
   # Check for tools and programs
   cc-check-tools ar ranlib strip
   cc-check-progs install
-  cc-path-progs sendmail
-  if {![is-defined SENDMAIL]} {
+  if {![cc-path-progs sendmail]} {
     define SENDMAIL /usr/sbin/sendmail
   }
 
-- 
2.15.0

Elimar
-- 
  "Talking much about oneself can also
   be a means to conceal oneself."
         -Friedrich Nietzsche
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-mutt-maintainers/attachments/20171128/f98b1244/attachment.sig>


More information about the Pkg-mutt-maintainers mailing list