* lisp/mail/rmail.el (rmail-probe): Be less strict.

Fixes: debbugs:16743
This commit is contained in:
Glenn Morris 2014-02-13 13:23:36 -05:00
parent d51c175a53
commit 8abcfd51c6
2 changed files with 3 additions and 1 deletions

View 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>

View 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: