I just reported the following mh-e bug, related to mailutils' mhparam
program.
The bug is the option, "-components" the "s" at the end is not a defined
option. The correct option is "-component".
(defun mh-profile-component (component)
"Return COMPONENT value from mhparam, or nil if unset."
(save-excursion
(mh-exec-cmd-quiet nil "mhparam" "-components" component)
(mh-profile-component-value component)))
* Though it is easy to make this mistake even on the command line when
one is actually inputing multiple components, e.g.
like => mhparam -component libdir etcdir bindir
Regards,
Darel Henman
_______________________________________________
Bug-mailutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-mailutils