From 520c36aa4c24ad3424b8fa3137b7576e6eacaf14 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Tue, 11 Oct 2005 17:11:42 -0400 Subject: [PATCH] Better support for Courier IMAP --- program/include/main.inc | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/program/include/main.inc b/program/include/main.inc index e2e7a00..2e5be7b 100644 --- a/program/include/main.inc +++ b/program/include/main.inc @@ -386,8 +386,13 @@ function console($msg, $type=1) { - print $msg; - print "\n<hr>\n"; + if ($GLOBALS['REMOTE_REQUEST']) + print "// $msg\n"; + else + { + print $msg; + print "\n<hr>\n"; + } } -- Gitblit v1.9.1