mh-exec-cmd-env-daemon

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

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

In environment ENV, execute mh-command COMMAND in the background.

ENV is nil or a string of space-separated "var=value" elements.
Signals an error if process does not complete successfully.

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.