From bfabe0f3b95edc0e5ad937fc07f9bbba35aba929 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Fri, 3 Mar 2006 20:54:10 +0000 Subject: Stop printing blank lines in verbose syslog mode. svn path=/branches/BRANCH_6-3/; revision=4715 --- driver.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'driver.c') diff --git a/driver.c b/driver.c index a807b6e4..c5b92ad2 100644 --- a/driver.c +++ b/driver.c @@ -641,7 +641,7 @@ static int fetch_messages(int mailserver_socket, struct query *ctl, /* tell server we got it OK and resynchronize */ if (separatefetchbody && ctl->server.base_protocol->trail) { - if (outlevel >= O_VERBOSE && !is_a_file(1)) + if (outlevel >= O_VERBOSE && !is_a_file(1) && !run.use_syslog) { fputc('\n', stdout); fflush(stdout); @@ -699,7 +699,7 @@ static int fetch_messages(int mailserver_socket, struct query *ctl, /* tell server we got it OK and resynchronize */ if (ctl->server.base_protocol->trail) { - if (outlevel >= O_VERBOSE && !is_a_file(1)) + if (outlevel >= O_VERBOSE && !is_a_file(1) && !run.use_syslog) { fputc('\n', stdout); fflush(stdout); -- cgit v1.2.3