aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-folder-cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-folder-cache.c')
-rw-r--r--mail/mail-folder-cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-folder-cache.c b/mail/mail-folder-cache.c
index d3e64c73d3..14e7015df6 100644
--- a/mail/mail-folder-cache.c
+++ b/mail/mail-folder-cache.c
@@ -820,7 +820,7 @@ mail_folder_cache_set_folder_browser (FolderBrowser *fb)
LOCK_FOLDERS ();
dm ("Checking folders for this fb");
- g_hash_table_foreach (folders, check_for_fb_match, NULL);
+ g_hash_table_foreach (folders, check_for_fb_match, fb);
UNLOCK_FOLDERS ();
}