aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mail-remote/mail-remote.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2005-08-15 12:40:55 +0800
committerMichael Zucci <zucchi@src.gnome.org>2005-08-15 12:40:55 +0800
commit821f184e823e86877d9034c0d4280ccbd492ebb8 (patch)
tree57c2e0a8391d3074ea103f81400ca3fcb5ff03b6 /plugins/mail-remote/mail-remote.c
parenta4acb907a481ddc2761c17324071f16dd54ec0e7 (diff)
downloadgsoc2013-evolution-821f184e823e86877d9034c0d4280ccbd492ebb8.tar
gsoc2013-evolution-821f184e823e86877d9034c0d4280ccbd492ebb8.tar.gz
gsoc2013-evolution-821f184e823e86877d9034c0d4280ccbd492ebb8.tar.bz2
gsoc2013-evolution-821f184e823e86877d9034c0d4280ccbd492ebb8.tar.lz
gsoc2013-evolution-821f184e823e86877d9034c0d4280ccbd492ebb8.tar.xz
gsoc2013-evolution-821f184e823e86877d9034c0d4280ccbd492ebb8.tar.zst
gsoc2013-evolution-821f184e823e86877d9034c0d4280ccbd492ebb8.zip
** See #271985.
2005-08-10 Not Zed <NotZed@Ximian.com> ** 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
Diffstat (limited to 'plugins/mail-remote/mail-remote.c')
-rw-r--r--plugins/mail-remote/mail-remote.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/mail-remote/mail-remote.c b/plugins/mail-remote/mail-remote.c
index 7d082d3465..3c8eb7c988 100644
--- a/plugins/mail-remote/mail-remote.c
+++ b/plugins/mail-remote/mail-remote.c
@@ -5,6 +5,8 @@
#include "evolution-mail-session.h"
#include <bonobo/bonobo-main.h>
+#include "e-corba-utils.h"
+
struct _EPlugin;
struct _ESEventTargetUpgrade;
@@ -47,7 +49,7 @@ int e_plugin_lib_enable(int enable)
to retrieve it */
bonobo_object_add_interface((BonoboObject *)component, (BonoboObject *)sess);
- printf(" ** Added mail interface to mail component\n");
+ w(printf(" ** Added mail interface to mail component\n"));
} else {
/* can't easily disable this until restart? */
/* can we just destroy it? */