diff options
author | Michael Zucci <zucchi@src.gnome.org> | 2000-05-30 07:29:44 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-05-30 07:29:44 +0800 |
commit | 7c4626c00f27146eef32f98a8880ff8fa70269b8 (patch) | |
tree | a2956546f6f6373cf04d880bc2b6b4a6505cbdb4 /camel/ChangeLog | |
parent | 6bc1396e4fe696f7b64cef3116422963b3e2d8bd (diff) | |
download | gsoc2013-evolution-7c4626c00f27146eef32f98a8880ff8fa70269b8.tar gsoc2013-evolution-7c4626c00f27146eef32f98a8880ff8fa70269b8.tar.gz gsoc2013-evolution-7c4626c00f27146eef32f98a8880ff8fa70269b8.tar.bz2 gsoc2013-evolution-7c4626c00f27146eef32f98a8880ff8fa70269b8.tar.lz gsoc2013-evolution-7c4626c00f27146eef32f98a8880ff8fa70269b8.tar.xz gsoc2013-evolution-7c4626c00f27146eef32f98a8880ff8fa70269b8.tar.zst gsoc2013-evolution-7c4626c00f27146eef32f98a8880ff8fa70269b8.zip |
> (message_changed): Track changes to the source message in the
> summary.
> (folder_changed): Track folder changes, re-query the folder that
> changed, and cascade the changed event as well.
> (camel_vee_folder_finalise): Free subfolder and subfolder summary.
svn path=/trunk/; revision=3271
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 bfb9d1ba31..bdb46958bc 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -2,6 +2,11 @@ * providers/vee/camel-vee-folder.c (vee_folder_build): Check the searched folder is open before trying to search it. + (message_changed): Track changes to the source message in the + summary. + (folder_changed): Track folder changes, re-query the folder that + changed, and cascade the changed event as well. + (camel_vee_folder_finalise): Free subfolder and subfolder summary. 2000-05-29 Dan Winship <danw@helixcode.com> |