emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#31737: closed (26.1.50; Gnus does not use mailutil


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#31737: closed (26.1.50; Gnus does not use mailutils movemail)
Date: Fri, 15 Jun 2018 07:44:03 +0000

Your message dated Fri, 15 Jun 2018 00:42:47 -0700
with message-id <address@hidden>
and subject line Re: bug#31737: 26.1.50; Gnus does not use mailutils movemail
has caused the debbugs.gnu.org bug report #31737,
regarding 26.1.50; Gnus does not use mailutils movemail
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
31737: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=31737
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 26.1.50; Gnus does not use mailutils movemail Date: Wed, 06 Jun 2018 21:23:52 +0200
This is based on message <address@hidden> to address@hidden,
where someone noted that emacs-26 no longer installs movemail,
breaking his Gnus setup [1].

In `mail-source-movemail' in lisp/gnus/mail-source.el, Gnus only looks
in exec-directory for movemail, even though configure looked in PATH
to find mailutils movemail and decide not to install Emacs'
movemail. (rmail doesnʼt have this issue, it does runtime detection)

Gnus should probably look in at least exec-path for movemail (after
exec-directory). One way to do this would be to change the default
value of `mail-source-movemail-program to be' (executable-find
"movemail"), but that has the risk of silently switching emacs to
using mailutils' movemail instead of the emacs one.

Also, mailutils' movemail has a '--emacs' flag which rmail uses. Itʼs not
immediately obvious to me if gnus should do the same or not.

Robert

Footnotes: 
[1]  I guess people no longer use movemail that much, otherwise this
would have been noticed sooner




--- End Message ---
--- Begin Message --- Subject: Re: bug#31737: 26.1.50; Gnus does not use mailutils movemail Date: Fri, 15 Jun 2018 00:42:47 -0700 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0
Eli Zaretskii wrote:
the patch proposed by Robert was there first,
and includes a NEWS entry.  So I think that one should go in.

OK, I installed that in the emacs-26 branch and am marking this bug as done.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]