If the mh-variant is set to autodect (which is its
default value), it fails to find MH.
This is due to a bug in mh-init.el. mh-variant-mh-info
sets the variant to "mh" on line 206. However, when
mh-variant-set considers an MH installation on line 94,
it looks for the variant "MH" (all caps). Obviously,
"mh" != "MH", so it fails to find it, and regular MH
will go unfound when autodetect is on.
The fix is to change line 94 from "MH" to "mh", since
nmh and
mu-mh both use lower-case tags.
This bug is present in mh-e v7.81 and 7.80.
Logged In: YES
user_id=93690
Thanks for the report. This has been fixed per your
suggestion and checked into CVS.