Sync up with Pterodactyl Gnus 0.84
[elisp/gnus.git-] / lisp / mail-source.el
index 2429cb4..587cb9e 100644 (file)
@@ -312,7 +312,7 @@ If ARGS, PROMPT is used as an argument to `format'."
     (when prescript
       (if (and (symbolp prescript) (fboundp prescript))
          (funcall prescript)
-       (call-process shell-file-name nil nil nil
+       (call-process shell-file-name nil 0 nil
                      shell-command-switch 
                      (format-spec
                       prescript
@@ -324,7 +324,7 @@ If ARGS, PROMPT is used as an argument to `format'."
            (when prescript
              (if (and (symbolp prescript) (fboundp prescript))
                  (funcall prescript)
-               (call-process shell-file-name nil nil nil
+               (call-process shell-file-name nil 0 nil
                              shell-command-switch 
                              (format-spec
                               postscript