From 060061a7c8f7e9578e359af3f9c18ac66af24de0 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 17 Nov 1998 16:45:10 +0000 Subject: Postmaster option fix. svn path=/trunk/; revision=2184 --- fetchmail.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index e38273fe..f06f6f26 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -1067,6 +1067,8 @@ static int load_params(int argc, char **argv, int optind) run.invisible = cmd_run.invisible; if (cmd_run.use_syslog) run.use_syslog = (cmd_run.use_syslog == FLAG_TRUE); + if (cmd_run.postmaster) + run.postmaster = cmd_run.postmaster; /* check and daemon options are not compatible */ if (check_only && run.poll_interval) -- cgit v1.2.3