mh-exec-cmd-daemon

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

(mh-exec-cmd-daemon COMMAND FILTER &rest ARGS)

Execute MH command COMMAND in the background.

If FILTER is non-nil then it is used to process the output
otherwise the default filter `mh-process-daemon' is used. See
`set-process-filter' for more details of FILTER.

ARGS are passed to COMMAND as command line arguments.