diff options
author | Dan Winship <danw@src.gnome.org> | 2001-08-07 05:19:13 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-08-07 05:19:13 +0800 |
commit | 4cbbf6af0bf74b0c850ce9ff6c2e5888eda42483 (patch) | |
tree | ff2445ece666c49071133f7724ed374303a06c13 /camel/ChangeLog | |
parent | 0b71da2cf3db0f299599f1dd8e5609574e498985 (diff) | |
download | gsoc2013-evolution-4cbbf6af0bf74b0c850ce9ff6c2e5888eda42483.tar.gz gsoc2013-evolution-4cbbf6af0bf74b0c850ce9ff6c2e5888eda42483.tar.zst gsoc2013-evolution-4cbbf6af0bf74b0c850ce9ff6c2e5888eda42483.zip |
Do a refresh_info on the selected folder before looking at its unread
* providers/imap/camel-imap-store.c (get_folder_info_online): Do a
refresh_info on the selected folder before looking at its unread
count. Should fix bug #4944.
svn path=/trunk/; revision=11710
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 3bf218d170..05df802ff0 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2001-08-06 Dan Winship <danw@ximian.com> + + * providers/imap/camel-imap-store.c (get_folder_info_online): Do a + refresh_info on the selected folder before looking at its unread + count. Should fix bug #4944. + 2001-08-06 Peter Williams <peterw@ximian.com> Completely hide the namespace from everything external to the IMAP |