diff options
author | Dan Winship <danw@src.gnome.org> | 2000-07-14 08:41:01 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-07-14 08:41:01 +0800 |
commit | cdacb644902c2f485c691d4b31b9a7e44438375b (patch) | |
tree | 04cb34edf08bb503d175c238c7c8080df22019e4 /camel/ChangeLog | |
parent | db5378100389017aed128c0aefbb9029ab1e8014 (diff) | |
download | gsoc2013-evolution-cdacb644902c2f485c691d4b31b9a7e44438375b.tar gsoc2013-evolution-cdacb644902c2f485c691d4b31b9a7e44438375b.tar.gz gsoc2013-evolution-cdacb644902c2f485c691d4b31b9a7e44438375b.tar.bz2 gsoc2013-evolution-cdacb644902c2f485c691d4b31b9a7e44438375b.tar.lz gsoc2013-evolution-cdacb644902c2f485c691d4b31b9a7e44438375b.tar.xz gsoc2013-evolution-cdacb644902c2f485c691d4b31b9a7e44438375b.tar.zst gsoc2013-evolution-cdacb644902c2f485c691d4b31b9a7e44438375b.zip |
If the summary is for a smaller mbox, and rebuilding from the last-known
* providers/mbox/camel-mbox-summary.c (camel_mbox_summary_load):
If the summary is for a smaller mbox, and rebuilding from the
last-known end position fails, try rebuilding from the beginning.
Deals with the case where the user edits the mbox and makes it
bigger, without adding new messages.
svn path=/trunk/; revision=4163
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index ad8c26c456..0a0893bdcf 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,11 @@ +2000-07-13 Dan Winship <danw@helixcode.com> + + * providers/mbox/camel-mbox-summary.c (camel_mbox_summary_load): + If the summary is for a smaller mbox, and rebuilding from the + last-known end position fails, try rebuilding from the beginning. + Deals with the case where the user edits the mbox and makes it + bigger, without adding new messages. + 2000-07-13 Jeffrey Stedfast <fejj@helixcode.com> * providers/imap/camel-imap-folder.c: |