diff options
Diffstat (limited to 'mail/mail-folder-cache.c')
-rw-r--r-- | mail/mail-folder-cache.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/mail-folder-cache.c b/mail/mail-folder-cache.c index 90c8419762..511be60e90 100644 --- a/mail/mail-folder-cache.c +++ b/mail/mail-folder-cache.c @@ -47,7 +47,7 @@ #include "mail-autofilter.h" #define w(x) -#define d(x) +#define d(x) /*(printf("%s(%d):%s: ", __FILE__, __LINE__, __PRETTY_FUNCTION__), (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 */ @@ -223,6 +223,8 @@ unset_folder_info(struct _folder_info *mfi, int delete) { struct _folder_update *up; + d(printf("unset folderinfo '%s'\n", mfi->uri)); + if (mfi->folder) { CamelFolder *folder = mfi->folder; |