diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-04-03 07:04:11 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-04-03 07:04:11 +0800 |
commit | be23d106da1c548762218892fe058aee1fb9e36c (patch) | |
tree | d5a0954a4a35e69ac6121fdbd030ec99b8fbb761 /camel/ChangeLog | |
parent | 22fe7e4d3a6ed76ea055f7df3b49a37be777cb05 (diff) | |
download | gsoc2013-evolution-be23d106da1c548762218892fe058aee1fb9e36c.tar.gz gsoc2013-evolution-be23d106da1c548762218892fe058aee1fb9e36c.tar.zst gsoc2013-evolution-be23d106da1c548762218892fe058aee1fb9e36c.zip |
Handle a ton more nspr i/o errno's. (stream_connect): Act as if we are
2002-04-02 Jeffrey Stedfast <fejj@ximian.com>
* camel-tcp-stream-ssl.c (set_errno): Handle a ton more nspr i/o
errno's.
(stream_connect): Act as if we are doing a non-blocking
connect. This is to try and work around bug #15120 where users get
an EINPROGRESS error. Maybe importing a PRFileDesc into SSL mode
automagically makes it non-blocking? I dunno.
2002-04-01 Jeffrey Stedfast <fejj@ximian.com>
* camel-folder-summary.c (message_info_new): Updated the
construction of the references to match JWZ's updated algorithm
initialization (ie, append any In-Reply-To reference onto any
References header and never take more than a single message-id
from the In-Reply-To header since anything after the first will
probably just be email addresses). Fixes bug #1336.
svn path=/trunk/; revision=16327
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 8c1a6cdc07..96b013de75 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,21 @@ +2002-04-02 Jeffrey Stedfast <fejj@ximian.com> + + * camel-tcp-stream-ssl.c (set_errno): Handle a ton more nspr i/o + errno's. + (stream_connect): Act as if we are doing a non-blocking + connect. This is to try and work around bug #15120 where users get + an EINPROGRESS error. Maybe importing a PRFileDesc into SSL mode + automagically makes it non-blocking? I dunno. + +2002-04-01 Jeffrey Stedfast <fejj@ximian.com> + + * camel-folder-summary.c (message_info_new): Updated the + construction of the references to match JWZ's updated algorithm + initialization (ie, append any In-Reply-To reference onto any + References header and never take more than a single message-id + from the In-Reply-To header since anything after the first will + probably just be email addresses). Fixes bug #1336. + 2002-04-03 Not Zed <NotZed@Ximian.com> * camel-text-index.c (text_index_sync): Sync the key tables |