diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-06-20 02:13:24 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-06-20 02:13:24 +0800 |
commit | 31cc3a1eb4762733ff361ba8088d9e4547398156 (patch) | |
tree | dbeae01bb5d4fce88739685495f3a37b02e97cb0 /camel/ChangeLog | |
parent | a2b972dbe497ad8fa4d8eeaef9e540b3b55a31c9 (diff) | |
download | gsoc2013-evolution-31cc3a1eb4762733ff361ba8088d9e4547398156.tar.gz gsoc2013-evolution-31cc3a1eb4762733ff361ba8088d9e4547398156.tar.zst gsoc2013-evolution-31cc3a1eb4762733ff361ba8088d9e4547398156.zip |
Set the poll timeout to be PR_INTERVAL_MIN, this one shouldn't need to be
2002-06-19 Jeffrey Stedfast <fejj@ximian.com>
* camel-tcp-stream-ssl.c (stream_connect): Set the poll timeout to
be PR_INTERVAL_MIN, this one shouldn't need to be 2 minutes (plus
it blocks my connection at home for far too long).
svn path=/trunk/; revision=17234
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 2dcdb99614..d7f49a760b 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,9 @@ 2002-06-19 Jeffrey Stedfast <fejj@ximian.com> + * camel-tcp-stream-ssl.c (stream_connect): Set the poll timeout to + be PR_INTERVAL_MIN, this one shouldn't need to be 2 minutes (plus + it blocks my connection at home for far too long). + * providers/imap/camel-imap-folder.c (imap_refresh_info): Make sure we hold the command_lock before accessing current_folder. (imap_append_online): Same. |