diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-08-22 04:01:46 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-08-22 04:01:46 +0800 |
commit | fbe9e89258e82a7537b18c7b08858e550abcd24d (patch) | |
tree | 402811de5241f38a0fcf23ac62e23c6fa7068bbb /mail/ChangeLog | |
parent | 828a1077206a22132eccb3138d937d5c255d7f10 (diff) | |
download | gsoc2013-evolution-fbe9e89258e82a7537b18c7b08858e550abcd24d.tar.gz gsoc2013-evolution-fbe9e89258e82a7537b18c7b08858e550abcd24d.tar.zst gsoc2013-evolution-fbe9e89258e82a7537b18c7b08858e550abcd24d.zip |
Spawn a new thread to ping the server but only if it is connected.
2002-08-21 Jeffrey Stedfast <fejj@ximian.com>
* mail-folder-cache.c (ping_store): Spawn a new thread to ping the
server but only if it is connected.
(ping_cb): This needs to return TRUE so the timeout keeps getting
called.
svn path=/trunk/; revision=17832
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index c12c7a5815..c210a026ad 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,12 @@ 2002-08-21 Jeffrey Stedfast <fejj@ximian.com> + * mail-folder-cache.c (ping_store): Spawn a new thread to ping the + server but only if it is connected. + (ping_cb): This needs to return TRUE so the timeout keeps getting + called. + +2002-08-21 Jeffrey Stedfast <fejj@ximian.com> + * mail-session.c (class_init): Don't bother overloading the timeout virtual methods since they don't exist anymore. |