From 2e7d1434aedfbb634ede57faf6741dae5419d520 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Thu, 10 Apr 2003 11:35:00 +0000 Subject: filter data test cases. 2003-04-10 Not Zed * tests/mime-filter/data: filter data test cases. * tests/mime-filter/test-tohtml.c: New test for html filter. ** See bug #40969 * camel-mime-filter-tohtml.c (html_convert): Change the logic slightly, scan a whole line within the main loop. svn path=/trunk/; revision=20799 --- camel/providers/imap/camel-imap-store.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/providers/imap') diff --git a/camel/providers/imap/camel-imap-store.c b/camel/providers/imap/camel-imap-store.c index 7004b7d6a7..3b045fd084 100644 --- a/camel/providers/imap/camel-imap-store.c +++ b/camel/providers/imap/camel-imap-store.c @@ -2433,7 +2433,7 @@ get_one_folder_offline (const char *physical_path, const char *path, gpointer da si = camel_store_summary_path((CamelStoreSummary *)imap_store->summary, path+1); if (si) { if ((((CamelStore *)imap_store)->flags & CAMEL_STORE_SUBSCRIPTIONS) == 0 - || si->flags & CAMEL_STORE_INFO_FOLDER_SUBSCRIBED) { + || (si->flags & CAMEL_STORE_INFO_FOLDER_SUBSCRIBED)) { fi = imap_build_folder_info(imap_store, path+1); fi->flags = si->flags; if (si->flags & CAMEL_FOLDER_NOSELECT) { -- cgit v1.2.3