* bug#16743: 24.3.50; Rmail incompatibility with mailutils-2.99
@ 2014-02-13 11:39 Ingo Brunberg
2014-02-13 18:31 ` Glenn Morris
0 siblings, 1 reply; 2+ messages in thread
From: Ingo Brunberg @ 2014-02-13 11:39 UTC (permalink / raw)
To: 16743
Rmail determines the wrong value of rmail-movemail-variant-in-use when
working with GNU mailutils-2.99.
The output of "movemail --version" is something like:
movemail (GNU Mailutils) 2.99.98
...
To fix simply remove the space in the pattern with the following patch:
=== modified file 'lisp/mail/rmail.el'
--- lisp/mail/rmail.el 2014-01-22 01:50:40 +0000
+++ lisp/mail/rmail.el 2014-02-13 11:25:28 +0000
@@ -254,7 +254,7 @@
(cond
((looking-at ".*movemail: invalid option")
'emacs) ;; Possibly...
- ((looking-at "movemail (GNU Mailutils .*)")
+ ((looking-at "movemail (GNU Mailutils.*)")
'mailutils)
(t
;; FIXME:
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#16743: 24.3.50; Rmail incompatibility with mailutils-2.99
2014-02-13 11:39 bug#16743: 24.3.50; Rmail incompatibility with mailutils-2.99 Ingo Brunberg
@ 2014-02-13 18:31 ` Glenn Morris
0 siblings, 0 replies; 2+ messages in thread
From: Glenn Morris @ 2014-02-13 18:31 UTC (permalink / raw)
To: 16743-done
Version: 24.4
Thanks; fixed.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-02-13 18:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-13 11:39 bug#16743: 24.3.50; Rmail incompatibility with mailutils-2.99 Ingo Brunberg
2014-02-13 18:31 ` Glenn Morris
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).