aboutsummaryrefslogtreecommitdiffstats
path: root/camel
diff options
context:
space:
mode:
authorMichael Zucci <zucchi@src.gnome.org>2001-10-10 07:13:21 +0800
committerMichael Zucci <zucchi@src.gnome.org>2001-10-10 07:13:21 +0800
commitf9a1de69f07e57a0ff2f3ff8ce7c9dfc546da222 (patch)
tree762de7402bef42fec99bb89fa6d9cfadd7db7c93 /camel
parenteacb6df29372f530be39df143b47d82484453cb9 (diff)
downloadgsoc2013-evolution-f9a1de69f07e57a0ff2f3ff8ce7c9dfc546da222.tar
gsoc2013-evolution-f9a1de69f07e57a0ff2f3ff8ce7c9dfc546da222.tar.gz
gsoc2013-evolution-f9a1de69f07e57a0ff2f3ff8ce7c9dfc546da222.tar.bz2
gsoc2013-evolution-f9a1de69f07e57a0ff2f3ff8ce7c9dfc546da222.tar.lz
gsoc2013-evolution-f9a1de69f07e57a0ff2f3ff8ce7c9dfc546da222.tar.xz
gsoc2013-evolution-f9a1de69f07e57a0ff2f3ff8ce7c9dfc546da222.tar.zst
gsoc2013-evolution-f9a1de69f07e57a0ff2f3ff8ce7c9dfc546da222.zip
Forgot a little bit of debug.
svn path=/trunk/; revision=13534
Diffstat (limited to 'camel')
-rw-r--r--camel/camel-vee-folder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-vee-folder.c b/camel/camel-vee-folder.c
index bf3a35b278..dc18d5e478 100644
--- a/camel/camel-vee-folder.c
+++ b/camel/camel-vee-folder.c
@@ -1196,7 +1196,7 @@ folder_changed_change(CamelSession *session, CamelSessionThreadMsg *msg)
/* If we are not auto-updating, just change changed uids */
dd(printf(" Not auto-update\n"));
for (i=0;i<changes->uid_changed->len;i++) {
- printf(" changed uid '%s'\n", (char *)changes->uid_changed->pdata[i]);
+ dd(printf(" changed uid '%s'\n", (char *)changes->uid_changed->pdata[i]));
folder_changed_change_uid(sub, changes->uid_changed->pdata[i], hash, vf);
}
} else if ((matches = camel_folder_search_by_uids(sub, vf->expression, changes->uid_changed, NULL))) {