From 14fbcb626273cbe9f1376d480affc79c5b982fed Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 8 Dec 2008 14:02:49 +0000 Subject: [PATCH] Added DEBUG level for mail actions. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13181 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/functions.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/gosa-core/include/functions.inc b/gosa-core/include/functions.inc index c9c9eb5b7..ae3ccfc8e 100644 --- a/gosa-core/include/functions.inc +++ b/gosa-core/include/functions.inc @@ -87,6 +87,7 @@ define ("DEBUG_SESSION",32); define ("DEBUG_CONFIG", 64); define ("DEBUG_ACL", 128); define ("DEBUG_SI", 256); +define ("DEBUG_MAIL", 512); // mailAccounts, imap, sieve etc. /* Rewrite german 'umlauts' and spanish 'accents' to get better results */ -- 2.30.2