* lisp/mail/rmail.el (rmail-probe): Be less strict.
Fixes: debbugs:16743
This commit is contained in:
parent
d51c175a53
commit
8abcfd51c6
2 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue