* lisp/mail/rmail.el (rmail-probe): Be less strict.
authorGlenn Morris <rgm@gnu.org>
Thu, 13 Feb 2014 18:23:36 +0000 (13:23 -0500)
committerGlenn Morris <rgm@gnu.org>
Thu, 13 Feb 2014 18:23:36 +0000 (13:23 -0500)
Fixes: debbugs:16743

lisp/ChangeLog
lisp/mail/rmail.el

index afbaec9..156c244 100644 (file)
@@ -1,5 +1,7 @@
 2014-02-13  Glenn Morris  <rgm@gnu.org>
 
+       * mail/rmail.el (rmail-probe): Be less strict.  (Bug#16743)
+
        * jit-lock.el (jit-lock-mode): Doc fix.
 
 2014-02-13  Juanma Barranquero  <lekktu@gmail.com>
index 6e3618a..1a01619 100644 (file)
@@ -254,7 +254,7 @@ We do this by executing it with `--version' and analyzing its output."
        (cond
         ((looking-at ".*movemail: invalid option")
          'emacs)    ;; Possibly...
-        ((looking-at "movemail (GNU Mailutils .*)")
+        ((looking-at "movemail (GNU Mailutils")
          'mailutils)
         (t
          ;; FIXME: