all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#31737: 26.1.50; Gnus does not use mailutils movemail
@ 2018-06-06 19:23 Robert Pluim
  2018-06-06 19:47 ` Colin Baxter
  2018-06-14 22:54 ` Paul Eggert
  0 siblings, 2 replies; 27+ messages in thread
From: Robert Pluim @ 2018-06-06 19:23 UTC (permalink / raw)
  To: 31737

This is based on message <87po162oze.fsf@nwalsh.com> to ding@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






^ permalink raw reply	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2018-06-15 11:19 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-06 19:23 bug#31737: 26.1.50; Gnus does not use mailutils movemail Robert Pluim
2018-06-06 19:47 ` Colin Baxter
2018-06-06 19:55   ` Robert Pluim
2018-06-08 15:33     ` Eli Zaretskii
2018-06-08 16:01       ` Robert Pluim
2018-06-08 18:15         ` Eli Zaretskii
2018-06-08 18:47           ` Robert Pluim
2018-06-08 19:20             ` Eli Zaretskii
2018-06-11  8:27               ` Robert Pluim
2018-06-11 15:20                 ` Eli Zaretskii
2018-06-11 21:47                   ` Robert Pluim
2018-06-12  2:29                     ` Eli Zaretskii
2018-06-12  6:12                       ` Colin Baxter
2018-06-12 14:41                         ` Eli Zaretskii
2018-06-12 18:24                           ` Lars Ingebrigtsen
2018-06-13 14:08                             ` Robert Pluim
2018-06-13 16:42                               ` Eli Zaretskii
2018-06-14 12:14                                 ` Robert Pluim
2018-06-14 13:04                                   ` Robert Pluim
2018-06-14 13:45                                   ` Eli Zaretskii
2018-06-14 14:37                                     ` Robert Pluim
2018-06-14 15:07                                       ` Eli Zaretskii
2018-06-14 22:54 ` Paul Eggert
2018-06-15  7:08   ` Eli Zaretskii
2018-06-15  7:42     ` Paul Eggert
2018-06-15 10:21       ` Colin Baxter
2018-06-15 11:19         ` Robert Pluim

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.