From 8abcfd51c657dc885718f35f385aa5f7d4cd4645 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 13 Feb 2014 13:23:36 -0500 Subject: [PATCH] * lisp/mail/rmail.el (rmail-probe): Be less strict. Fixes: debbugs:16743 --- lisp/ChangeLog | 2 ++ lisp/mail/rmail.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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: -- 2.39.2