diff options
author | Dan Winship <danw@src.gnome.org> | 2000-06-16 01:52:06 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-06-16 01:52:06 +0800 |
commit | f3e0d87b42f7b957b5e37a7995ea4550770c3928 (patch) | |
tree | b869da599f87c6415846fbab5b72e45e38d138a7 /camel/ChangeLog | |
parent | 94f0df746e8ca9782879646c4c256e829cc9421d (diff) | |
download | gsoc2013-evolution-f3e0d87b42f7b957b5e37a7995ea4550770c3928.tar gsoc2013-evolution-f3e0d87b42f7b957b5e37a7995ea4550770c3928.tar.gz gsoc2013-evolution-f3e0d87b42f7b957b5e37a7995ea4550770c3928.tar.bz2 gsoc2013-evolution-f3e0d87b42f7b957b5e37a7995ea4550770c3928.tar.lz gsoc2013-evolution-f3e0d87b42f7b957b5e37a7995ea4550770c3928.tar.xz gsoc2013-evolution-f3e0d87b42f7b957b5e37a7995ea4550770c3928.tar.zst gsoc2013-evolution-f3e0d87b42f7b957b5e37a7995ea4550770c3928.zip |
Fix to previous change: make sure the "seek" variable ends up with the
* providers/mbox/camel-mbox-folder.c (mbox_append_message): Fix to
previous change: make sure the "seek" variable ends up with the
value it should.
* providers/mbox/camel-mbox-summary.c (summary_rebuild): Update
summary mtime as well as size.
svn path=/trunk/; revision=3577
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 533f243df5..4daf3f466c 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,12 @@ +2000-06-15 Dan Winship <danw@helixcode.com> + + * providers/mbox/camel-mbox-folder.c (mbox_append_message): Fix to + previous change: make sure the "seek" variable ends up with the + value it should. + + * providers/mbox/camel-mbox-summary.c (summary_rebuild): Update + summary mtime as well as size. + 2000-06-14 Dan Winship <danw@helixcode.com> * providers/mbox/camel-mbox-folder.c (mbox_append_message): if the |