mail_output 353 anacron/runjob.c int mail_output; mail_output 358 anacron/runjob.c if (file_size(jr->output_fd) > jr->mail_header_size) mail_output = 1; mail_output 359 anacron/runjob.c else mail_output = 0; mail_output 361 anacron/runjob.c m = mail_output ? " (produced output)" : ""; mail_output 375 anacron/runjob.c if (mail_output) launch_mailer(jr);