From 821f184e823e86877d9034c0d4280ccbd492ebb8 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Mon, 15 Aug 2005 04:40:55 +0000 Subject: ** See #271985. 2005-08-10 Not Zed ** See #271985. * evolution-mail-session.c (is_storage): check for uri "" and pass exception to provider get. Disable lots of debug output. svn path=/trunk/; revision=30119 --- plugins/mail-remote/e-corba-utils.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'plugins/mail-remote/e-corba-utils.h') diff --git a/plugins/mail-remote/e-corba-utils.h b/plugins/mail-remote/e-corba-utils.h index ba70976882..43fef0c474 100644 --- a/plugins/mail-remote/e-corba-utils.h +++ b/plugins/mail-remote/e-corba-utils.h @@ -4,6 +4,11 @@ #include "Evolution-DataServer-Mail.h" +/* Debug, warning debug, error debug, global for whole plugin to make it easier to enable/disable */ +#define d(x) +#define w(x) +#define e(x) + struct _EvolutionMailStore; struct _EvolutionMailFolder; struct _CamelMessageInfo; -- cgit v1.2.3