Function: mail-source-fetch-with-program

mail-source-fetch-with-program is a byte-compiled function defined in mail-source.el.gz.

Signature

(mail-source-fetch-with-program PROGRAM)

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/mail-source.el.gz
(defun mail-source-fetch-with-program (program)
  (eq 0 (call-process shell-file-name nil nil nil
		      shell-command-switch program)))