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.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Glenn Morris <rgm <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#16743: closed (24.3.50; Rmail incompatibility with
 mailutils-2.99)
Date: Thu, 13 Feb 2014 18:32:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 13 Feb 2014 13:31:42 -0500
with message-id <bcr476ampd.fsf <at> fencepost.gnu.org>
and subject line Re: bug#16743: 24.3.50; Rmail incompatibility with mailutils-2.99
has caused the debbugs.gnu.org bug report #16743,
regarding 24.3.50; Rmail incompatibility with mailutils-2.99
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
16743: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16743
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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:



[Message part 3 (message/rfc822, inline)]
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.


This bug report was last modified 11 years and 179 days ago.

Previous Next


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