diff options
author | Michael Zucci <zucchi@src.gnome.org> | 2000-05-12 04:46:13 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-05-12 04:46:13 +0800 |
commit | cb13084bc24c04b16af88744f6eb67ae7f779018 (patch) | |
tree | caf9b9f3349d79de9adb45f0d54aadabae298ad0 /camel/camel-folder-summary.h | |
parent | d41602b8ecf24d2c99ce52a4f3fd1ed6a6300d34 (diff) | |
download | gsoc2013-evolution-cb13084bc24c04b16af88744f6eb67ae7f779018.tar gsoc2013-evolution-cb13084bc24c04b16af88744f6eb67ae7f779018.tar.gz gsoc2013-evolution-cb13084bc24c04b16af88744f6eb67ae7f779018.tar.bz2 gsoc2013-evolution-cb13084bc24c04b16af88744f6eb67ae7f779018.tar.lz gsoc2013-evolution-cb13084bc24c04b16af88744f6eb67ae7f779018.tar.xz gsoc2013-evolution-cb13084bc24c04b16af88744f6eb67ae7f779018.tar.zst gsoc2013-evolution-cb13084bc24c04b16af88744f6eb67ae7f779018.zip |
> * providers/mbox/camel-mbox-folder.c (message_changed): Indicate
> the summary changed also.
>
> (camel_mbox_summary_update): Also save summary when done.
> (camel_mbox_summary_expunge): Unindex items when deleting them.
> (camel_mbox_summary_expunge): Save the index as well as the
> summary.
> (camel_folder_summary_touch): New function, indicate the summary
> info changed.
> (camel_folder_summary_remove): Dirty here.
svn path=/trunk/; revision=2994
Diffstat (limited to 'camel/camel-folder-summary.h')
-rw-r--r-- | camel/camel-folder-summary.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/camel/camel-folder-summary.h b/camel/camel-folder-summary.h index 71b7cab7cb..76cecffb31 100644 --- a/camel/camel-folder-summary.h +++ b/camel/camel-folder-summary.h @@ -146,6 +146,9 @@ guint32 camel_folder_summary_next_uid(CamelFolderSummary *s); int camel_folder_summary_load(CamelFolderSummary *); int camel_folder_summary_save(CamelFolderSummary *); +/* set the dirty bit on the summary */ +void camel_folder_summary_touch(CamelFolderSummary *s); + /* add a new raw summary item */ void camel_folder_summary_add(CamelFolderSummary *, CamelMessageInfo *info); |