GNU bug report logs - #16743
24.3.50; Rmail incompatibility with mailutils-2.99

Previous Next

Package: emacs;

Reported by: Ingo Brunberg <ingo_brunberg <at> web.de>

Date: Thu, 13 Feb 2014 16:56:02 UTC

Severity: normal

Found in version 24.3.50

Fixed in version 24.4

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 16743 in the body.
You can then email your comments to 16743 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#16743; Package emacs. (Thu, 13 Feb 2014 16:56:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Ingo Brunberg <ingo_brunberg <at> web.de>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Thu, 13 Feb 2014 16:56:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Ingo Brunberg <ingo_brunberg <at> web.de>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.3.50; Rmail incompatibility with mailutils-2.99
Date: Thu, 13 Feb 2014 12:39:30 +0100
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:





Reply sent to Glenn Morris <rgm <at> gnu.org>:
You have taken responsibility. (Thu, 13 Feb 2014 18:32:02 GMT) Full text and rfc822 format available.

Notification sent to Ingo Brunberg <ingo_brunberg <at> web.de>:
bug acknowledged by developer. (Thu, 13 Feb 2014 18:32:03 GMT) Full text and rfc822 format available.

Message #10 received at 16743-done <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: 16743-done <at> debbugs.gnu.org
Subject: Re: bug#16743: 24.3.50; Rmail incompatibility with mailutils-2.99
Date: Thu, 13 Feb 2014 13:31:42 -0500
Version: 24.4

Thanks; fixed.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 14 Mar 2014 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 10 years and 67 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.