diff options
author | Dan Winship <danw@src.gnome.org> | 2000-10-20 04:30:43 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-10-20 04:30:43 +0800 |
commit | 24e77716ce81735b648302bc118557f2c9df273d (patch) | |
tree | 1a5edd93ebd63fa192e51bbb01164337a1b453eb /camel/ChangeLog | |
parent | fd66663d157d72222d7e99cad417a9a6a53608d0 (diff) | |
download | gsoc2013-evolution-24e77716ce81735b648302bc118557f2c9df273d.tar gsoc2013-evolution-24e77716ce81735b648302bc118557f2c9df273d.tar.gz gsoc2013-evolution-24e77716ce81735b648302bc118557f2c9df273d.tar.bz2 gsoc2013-evolution-24e77716ce81735b648302bc118557f2c9df273d.tar.lz gsoc2013-evolution-24e77716ce81735b648302bc118557f2c9df273d.tar.xz gsoc2013-evolution-24e77716ce81735b648302bc118557f2c9df273d.tar.zst gsoc2013-evolution-24e77716ce81735b648302bc118557f2c9df273d.zip |
Update comment here so refresh_info isn't just for reconnects any more.
* camel-folder.c (camel_folder_refresh_info): Update comment here
so refresh_info isn't just for reconnects any more. Make the
default implementation a no-op rather than an error.
* providers/nntp/camel-nntp-folder.c: Move refresh_info impl into
camel_nntp_folder_new, since it would have leaked memory and not
done anything useful if it was called later.
* providers/mbox/camel-mbox-folder.c: Remove no-longer-necessary
refresh_info impl.
* providers/imap/camel-imap-folder.c (camel_imap_folder_changed):
Update imap_folder->exists, but don't actually load the new
messages. This is a temporary workaround to deal with the IMAP
provider stealing the message list focus at annoying times.
(imap_copy_message_to, imap_move_message_to): Emit a
folder_changed by hand, for now.
svn path=/trunk/; revision=6046
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 7ef5319d97..ddf99cac76 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,23 @@ +2000-10-19 Dan Winship <danw@helixcode.com> + + * camel-folder.c (camel_folder_refresh_info): Update comment here + so refresh_info isn't just for reconnects any more. Make the + default implementation a no-op rather than an error. + + * providers/nntp/camel-nntp-folder.c: Move refresh_info impl into + camel_nntp_folder_new, since it would have leaked memory and not + done anything useful if it was called later. + + * providers/mbox/camel-mbox-folder.c: Remove no-longer-necessary + refresh_info impl. + + * providers/imap/camel-imap-folder.c (camel_imap_folder_changed): + Update imap_folder->exists, but don't actually load the new + messages. This is a temporary workaround to deal with the IMAP + provider stealing the message list focus at annoying times. + (imap_copy_message_to, imap_move_message_to): Emit a + folder_changed by hand, for now. + 2000-10-19 Ettore Perazzoli <ettore@helixcode.com> * providers/imap/Makefile.am (libcamelimapinclude_HEADERS): Add |