diff options
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 0eac71a00a..4ed6f015e9 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -27,6 +27,8 @@ (index_folder): Make sure we index using a decimal uid, since thats what everything else indexes off (oops). Upped SUMMARY_VERSION as a result. + (camel_mbox_summary_expunge): Oops, my wrong, use the string uid + to unindex on. * providers/mbox/camel-mbox-folder.c (_get_message_by_uid): Connect to the message_changed signal. @@ -36,6 +38,8 @@ flags in the summary. (mbox_expunge): Implement the expunge. (camel_mbox_folder_class_init): Renamed all leading _'s to mbox_'s + (mbox_expunge): Emit a folder_changed signal on expunge (uh, even + if it didn't ...) * camel-folder.c (_finalize): Uh, dont free permanent_flags anymore (this wouldn't failed anyway, it was a GList !!!) @@ -43,6 +47,7 @@ (camel_folder_search_cancel): Removed. (camel_folder_expunge): Changed to only allow expunge on an open folder. It doesn't make sense for mbox, otherwise (?) + (camel_folder_class_init): Added a folder_changed signal. * camel-folder.h (struct _CamelFolder): Change permanent_flags to a bitfield. |