bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-mailutils] bug found in mh-e


From: djh
Subject: [bug-mailutils] bug found in mh-e
Date: Fri, 10 Mar 2006 15:00:39 +0900
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.11) Gecko/20050728

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]