diff options
author | 9 <NotZed@Ximian.com> | 2001-09-19 18:01:32 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-09-19 18:01:32 +0800 |
commit | 9ab4b45c155a49e2109a6dee3a315cce54d3bf16 (patch) | |
tree | 3fdcaebe2e8d619d68cd6777eea8ddaa4546d1b3 /mail/component-factory.c | |
parent | 19648dad9c6459b564addd020320ba5fe821ddad (diff) | |
download | gsoc2013-evolution-9ab4b45c155a49e2109a6dee3a315cce54d3bf16.tar.gz gsoc2013-evolution-9ab4b45c155a49e2109a6dee3a315cce54d3bf16.tar.zst gsoc2013-evolution-9ab4b45c155a49e2109a6dee3a315cce54d3bf16.zip |
Added missing header.
2001-09-19 <NotZed@Ximian.com>
* component-factory.c: Added missing header.
* mail-local.c (mail_local_store_add_folder): Async load the
folder we just added, so it can update the folder counts in the
display. We just discard the folder afterwards?
* mail-ops.c (mail_get_folder): Use the queued thread to get
folders.
svn path=/trunk/; revision=12976
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r-- | mail/component-factory.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/component-factory.c b/mail/component-factory.c index 89a615f9bd..2f9913078d 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -48,6 +48,7 @@ #include "mail-mt.h" #include "mail-importer.h" #include "mail-vfolder.h" /* vfolder_create_storage */ +#include "mail-folder-cache.h" #include "component-factory.h" @@ -990,9 +991,6 @@ add_storage (const char *name, const char *uri, CamelService *store, switch (res) { case EVOLUTION_STORAGE_OK: mail_hash_storage (store, storage); -/* - mail_scan_subfolders (CAMEL_STORE (store), storage); -*/ mail_note_store((CamelStore *)store); /* falllll */ case EVOLUTION_STORAGE_ERROR_ALREADYREGISTERED: |