diff options
author | Dan Winship <danw@src.gnome.org> | 2000-10-18 11:03:48 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-10-18 11:03:48 +0800 |
commit | 0ae667a794384246396f2dc903b709e6c6634698 (patch) | |
tree | d1954d1851fb7a20269747ac97b6d1a32a9fe037 /camel/ChangeLog | |
parent | bcafa8027f5f7d7f9a513a1109c6ec81bee8f5df (diff) | |
download | gsoc2013-evolution-0ae667a794384246396f2dc903b709e6c6634698.tar gsoc2013-evolution-0ae667a794384246396f2dc903b709e6c6634698.tar.gz gsoc2013-evolution-0ae667a794384246396f2dc903b709e6c6634698.tar.bz2 gsoc2013-evolution-0ae667a794384246396f2dc903b709e6c6634698.tar.lz gsoc2013-evolution-0ae667a794384246396f2dc903b709e6c6634698.tar.xz gsoc2013-evolution-0ae667a794384246396f2dc903b709e6c6634698.tar.zst gsoc2013-evolution-0ae667a794384246396f2dc903b709e6c6634698.zip |
Remove cached info at the end of the summary when the folder shrinks
* providers/imap/camel-imap-folder.c (imap_refresh_info): Remove
cached info at the end of the summary when the folder shrinks
between sessions. Also remove an untrue comment.
* providers/imap/camel-imap-store.c (get_folder): Fix up
summary_file to not include the namespace twice.
svn path=/trunk/; revision=5974
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 62ee62055e..9a96178ae7 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,12 @@ +2000-10-17 Dan Winship <danw@helixcode.com> + + * providers/imap/camel-imap-folder.c (imap_refresh_info): Remove + cached info at the end of the summary when the folder shrinks + between sessions. Also remove an untrue comment. + + * providers/imap/camel-imap-store.c (get_folder): Fix up + summary_file to not include the namespace twice. + 2000-10-17 Jeffrey Stedfast <fejj@helixcode.com> * camel-mime-part.c (set_header): Encode the header value. @@ -68,7 +77,6 @@ the possibility of not getting a LIST response back for the top level. ->>>>>>> 1.531 2000-10-12 Dan Winship <danw@helixcode.com> * providers/imap/camel-imap-summary.c: Simple subclass of @@ -118,7 +126,6 @@ (camel-mime-parser.c doesn't use this code because of the MEMPOOL optimization, so nothing was ever actually calling it before.) ->>>>>>> 1.529 2000-10-11 Not Zed <NotZed@HelixCode.com> * camel-mime-part.h (struct _CamelMimePart): Removed |