diff options
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index dda57d86ad..eb82e302af 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,15 @@ +2001-03-07 Jeffrey Stedfast <fejj@ximian.com> + + * providers/pop3/camel-pop3-store.c (init_trash): Implement. + (get_trash): Implement. + (camel_pop3_store_class_init): Override the default init_trash and + get_trash virtual functions. Hopefully this should fix the problem + of pop3 sotre's not disconnecting after the send&recv code + finishes downloading mail. + + Wonder if I should override the default implementation for the + mbox, mh, and maildir too? + 2001-03-07 Dan Winship <danw@ximian.com> * camel-remote-store.c (camel_remote_store_connected): Return the |