From: Glenn Morris Date: Thu, 13 Feb 2014 18:23:36 +0000 (-0500) Subject: * lisp/mail/rmail.el (rmail-probe): Be less strict. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~3 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8abcfd51c657dc885718f35f385aa5f7d4cd4645;p=emacs.git * lisp/mail/rmail.el (rmail-probe): Be less strict. Fixes: debbugs:16743 --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index afbaec909c6..156c2440de5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2014-02-13 Glenn Morris + * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743) + * jit-lock.el (jit-lock-mode): Doc fix. 2014-02-13 Juanma Barranquero diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 6e3618a1db8..1a016199757 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -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: