diff options
Diffstat (limited to 'mail/mail-folder-cache.h')
-rw-r--r-- | mail/mail-folder-cache.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/mail-folder-cache.h b/mail/mail-folder-cache.h index 92cbfa6739..b8074d0fb3 100644 --- a/mail/mail-folder-cache.h +++ b/mail/mail-folder-cache.h @@ -35,6 +35,9 @@ void mail_note_store(CamelStore *store, EvolutionStorage *storage, GNOME_Evolution_Storage corba_storage, void (*done)(CamelStore *store, CamelFolderInfo *info, void *data), void *data); +/* de-note a store */ +void mail_note_store_remove(CamelStore *store); + /* When a folder has been opened, notify it for watching. The folder must have already been created on the store (which has already been noted) before the folder can be opened |