From add469da501e0c9519a87cd8405f435e2bfc102a Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 19 Sep 2001 23:49:11 +0000 Subject: Here too. 2001-09-19 Jeffrey Stedfast * mail-send-recv.c (receive_update_got_store): Here too. * component-factory.c (create_view): Call mail_note_store() instead of mail_scan_subfolders() here so that these folders get hooked up with the unread count code. svn path=/trunk/; revision=12999 --- mail/component-factory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/component-factory.c') diff --git a/mail/component-factory.c b/mail/component-factory.c index 2f9913078d..89f5731a80 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -157,7 +157,7 @@ create_view (EvolutionShellComponent *shell_component, } if (!gtk_object_get_data (GTK_OBJECT (storage), "connected")) - mail_scan_subfolders (CAMEL_STORE (store), storage); + mail_note_store (CAMEL_STORE (store)); camel_object_unref (CAMEL_OBJECT (store)); control = create_noselect_control (); -- cgit v1.2.3