mh-exec-cmd-quiet

mh-exec-cmd-quiet is a compiled Lisp function in `mh-e.el'.

(mh-exec-cmd-quiet RAISE-ERROR COMMAND &rest ARGS)

Signal RAISE-ERROR if COMMAND with ARGS fails.
Execute MH command COMMAND with ARGS. ARGS is a list of strings.
Return at start of mh-temp buffer, where output can be parsed and
used.
Returns value of `call-process', which is 0 for success, unless
RAISE-ERROR is non-nil, in which case an error is signaled if
`call-process' returns non-0.