diff options
author | Michael Zucci <zucchi@src.gnome.org> | 2000-05-02 11:32:23 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-05-02 11:32:23 +0800 |
commit | e3215000495de098a56e76be3c71eca7db4bd61d (patch) | |
tree | 35797009f7125ce707ebcf96bdd1d2062c885230 /camel/ChangeLog | |
parent | 0cb506a96abd31962280e8c1f4372c5163489a48 (diff) | |
download | gsoc2013-evolution-e3215000495de098a56e76be3c71eca7db4bd61d.tar gsoc2013-evolution-e3215000495de098a56e76be3c71eca7db4bd61d.tar.gz gsoc2013-evolution-e3215000495de098a56e76be3c71eca7db4bd61d.tar.bz2 gsoc2013-evolution-e3215000495de098a56e76be3c71eca7db4bd61d.tar.lz gsoc2013-evolution-e3215000495de098a56e76be3c71eca7db4bd61d.tar.xz gsoc2013-evolution-e3215000495de098a56e76be3c71eca7db4bd61d.tar.zst gsoc2013-evolution-e3215000495de098a56e76be3c71eca7db4bd61d.zip |
Deleted messages properly get removed from the index.
A new folder signal for gui/etc's to track changes.
(camel_mbox_summary_expunge): Oops, my wrong, use the string uid
to unindex on.
(mbox_expunge): Emit a folder_changed signal on expunge (uh, even
if it didn't ...)
(camel_folder_class_init): Added a folder_changed signal.
svn path=/trunk/; revision=2745
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. |