diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-09-20 07:49:11 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-09-20 07:49:11 +0800 |
commit | add469da501e0c9519a87cd8405f435e2bfc102a (patch) | |
tree | e9e0f4b26aaf943fc9e7e7dd81c89cf49d5349b4 /mail/component-factory.c | |
parent | c4653ec14363993c4c07b76c6b599ad85d07eaeb (diff) | |
download | gsoc2013-evolution-add469da501e0c9519a87cd8405f435e2bfc102a.tar.gz gsoc2013-evolution-add469da501e0c9519a87cd8405f435e2bfc102a.tar.zst gsoc2013-evolution-add469da501e0c9519a87cd8405f435e2bfc102a.zip |
Here too.
2001-09-19 Jeffrey Stedfast <fejj@ximian.com>
* 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
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r-- | mail/component-factory.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 (); |