aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/em-folder-tree-model.c2
-rw-r--r--mail/mail-folder-cache.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/mail/em-folder-tree-model.c b/mail/em-folder-tree-model.c
index d568dac733..b0e2244cca 100644
--- a/mail/em-folder-tree-model.c
+++ b/mail/em-folder-tree-model.c
@@ -54,7 +54,7 @@
#include "em-marshal.h"
#include "em-folder-tree-model.h"
-#define u(x) /* unread count debug */
+#define u(x) x /* unread count debug */
#define d(x) x
static GType col_types[] = {
diff --git a/mail/mail-folder-cache.c b/mail/mail-folder-cache.c
index 799d909890..1803b74d15 100644
--- a/mail/mail-folder-cache.c
+++ b/mail/mail-folder-cache.c
@@ -54,7 +54,7 @@
#include "em-folder-tree-model.h"
#define w(x)
-#define d(x) /*(printf("%s(%d):%s: ", __FILE__, __LINE__, __PRETTY_FUNCTION__), (x))*/
+#define d(x) x
/* note that many things are effectively serialised by having them run in
the main loop thread which they need to do because of corba/gtk calls */
@@ -408,7 +408,7 @@ setup_folder(CamelFolderInfo *fi, struct _store_info *si)
static void
create_folders(CamelFolderInfo *fi, struct _store_info *si)
{
- d(printf("Setup new folder: %s\n %s\n", fi->url, fi->full_name));
+ d(printf("Setup new folder: %s\n %s\n", fi->uri, fi->full_name));
while (fi) {
setup_folder(fi, si);