emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#16743: closed (24.3.50; Rmail incompatibility with


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#16743: closed (24.3.50; Rmail incompatibility with mailutils-2.99)
Date: Thu, 13 Feb 2014 18:32:02 +0000

Your message dated Thu, 13 Feb 2014 13:31:42 -0500
with message-id <address@hidden>
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
address@hidden)


-- 
16743: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16743
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- 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:




--- End Message ---
--- Begin Message --- Subject: Re: bug#16743: 24.3.50; Rmail incompatibility with mailutils-2.99 Date: Thu, 13 Feb 2014 13:31:42 -0500 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
Version: 24.4

Thanks; fixed.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]