# HG changeset patch # User Bill Wohler # Date 1218409985 0 # Node ID 4882b599444d3b6416b9f84e8e52fce91d7314ba # Parent 7cf98fa4941b81e1a14a2b5466591c06f0209959 (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 -r 7cf98fa4941b -r 4882b599444d lisp/mh-e/mh-folder.el --- a/lisp/mh-e/mh-folder.el Sun Aug 10 23:12:40 2008 +0000 +++ b/lisp/mh-e/mh-folder.el Sun Aug 10 23:13:05 2008 +0000 @@ -1758,7 +1758,7 @@ (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))