summaryrefslogtreecommitdiff
path: root/lisp/mh-e
diff options
context:
space:
mode:
authorBill Wohler <wohler@newt.com>2008-08-10 23:13:05 +0000
committerBill Wohler <wohler@newt.com>2008-08-10 23:13:05 +0000
commitad4817914329e21988daa6facf49c7178c42cd7b (patch)
tree0832da7f59350984d1bb17c06ce0873ef2b337ed /lisp/mh-e
parentefa477613fc7a4ef997b8ff0d3722aef02baf662 (diff)
downloademacs-ad4817914329e21988daa6facf49c7178c42cd7b.tar.gz
(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).
Diffstat (limited to 'lisp/mh-e')
-rw-r--r--lisp/mh-e/mh-folder.el2
1 files changed, 1 insertions, 1 deletions
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))