GNU bug report logs -
#31737
26.1.50; Gnus does not use mailutils movemail
Previous Next
Reported by: Robert Pluim <rpluim <at> gmail.com>
Date: Wed, 6 Jun 2018 19:25:01 UTC
Severity: normal
Found in version 26.1.50
Fixed in version 26.2
Done: Paul Eggert <eggert <at> cs.ucla.edu>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
This is based on message <87po162oze.fsf <at> nwalsh.com> to ding <at> gnus.org,
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
This bug report was last modified 6 years and 143 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.