--- message.el~ Wed Mar 13 00:54:05 2002 +++ message.el Wed Mar 13 00:55:30 2002 @@ -2670,7 +2670,9 @@ ;; free for -inject-arguments -- a big win for the user and for us ;; since we don't have to play that double-guessing game and the user ;; gets full control (no gestapo'ish -f's, for instance). --sj - message-qmail-inject-args)) + (if (functionp 'message-qmail-inject-args) + (funcall 'message-qmail-inject-args) + message-qmail-inject-args))) ;; qmail-inject doesn't say anything on it's stdout/stderr, ;; we have to look at the retval instead (0 nil)