diff options
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r-- | mail/component-factory.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/component-factory.c b/mail/component-factory.c index bee831a3a3..3e8ccddf55 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -731,6 +731,7 @@ got_folder (char *uri, CamelFolder *folder, void *data) *fp = folder; if (folder) { + printf("got folder '%s'\n", uri); camel_object_ref (CAMEL_OBJECT (folder)); /* emit a changed event, this is a little hack so that the folderinfo cache |