diff options
author | Dan Winship <danw@src.gnome.org> | 2000-10-18 11:41:29 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-10-18 11:41:29 +0800 |
commit | 345f04ccae499e039f1f6f3d21768a2d93ea1c83 (patch) | |
tree | e786fe0cffa8eb5151594a99f9eecbd08088d1c8 /camel/ChangeLog | |
parent | 0ae667a794384246396f2dc903b709e6c6634698 (diff) | |
download | gsoc2013-evolution-345f04ccae499e039f1f6f3d21768a2d93ea1c83.tar gsoc2013-evolution-345f04ccae499e039f1f6f3d21768a2d93ea1c83.tar.gz gsoc2013-evolution-345f04ccae499e039f1f6f3d21768a2d93ea1c83.tar.bz2 gsoc2013-evolution-345f04ccae499e039f1f6f3d21768a2d93ea1c83.tar.lz gsoc2013-evolution-345f04ccae499e039f1f6f3d21768a2d93ea1c83.tar.xz gsoc2013-evolution-345f04ccae499e039f1f6f3d21768a2d93ea1c83.tar.zst gsoc2013-evolution-345f04ccae499e039f1f6f3d21768a2d93ea1c83.zip |
(camel_imap_folder_new): Move the summary creation to after the
folder selection again, since it depends on the uidvalidity
having been set.
svn path=/trunk/; revision=5976
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 9a96178ae7..df450614e7 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -3,6 +3,9 @@ * 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. + (camel_imap_folder_new): Move the summary creation to after the + folder selection again, since it depends on the uidvalidity + having been set. * providers/imap/camel-imap-store.c (get_folder): Fix up summary_file to not include the namespace twice. |