From: Ingo Brunberg <ingo_brunberg@web.de>
To: 16743@debbugs.gnu.org
Subject: bug#16743: 24.3.50; Rmail incompatibility with mailutils-2.99
Date: Thu, 13 Feb 2014 12:39:30 +0100 [thread overview]
Message-ID: <m38utf44y5.fsf@ingo.homenetwork> (raw)
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:
next reply other threads:[~2014-02-13 11:39 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-13 11:39 Ingo Brunberg [this message]
2014-02-13 18:31 ` bug#16743: 24.3.50; Rmail incompatibility with mailutils-2.99 Glenn Morris
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m38utf44y5.fsf@ingo.homenetwork \
--to=ingo_brunberg@web.de \
--cc=16743@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.