From: Bill Wohler Date: Sun, 10 Aug 2008 23:13:05 +0000 (+0000) Subject: (mh-reply): Rename variant mu-mh to gnu-mh and be explicit about GNU X-Git-Tag: emacs-pretest-23.0.90~3540 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ad4817914329e21988daa6facf49c7178c42cd7b;p=emacs.git (mh-reply): Rename variant mu-mh to gnu-mh and be explicit about GNU mailutils MH in docstrings (with thanks to Darel Henman) (closes SF #1768928). --- diff --git a/lisp/mh-e/mh-folder.el b/lisp/mh-e/mh-folder.el index d857b48cf8a..fff0467a807 100644 --- a/lisp/mh-e/mh-folder.el +++ b/lisp/mh-e/mh-folder.el @@ -1758,7 +1758,7 @@ If UPDATE, append the scan lines, otherwise replace." (goto-char scan-start) (cond ((looking-at "scan: no messages in") (keep-lines mh-scan-valid-regexp)) ; Flush random scan lines - ((looking-at (if (mh-variant-p 'mu-mh) + ((looking-at (if (mh-variant-p 'gnu-mh) "scan: message set .* does not exist" "scan: bad message list ")) (keep-lines mh-scan-valid-regexp))