Make debug run based on 'nntp' debug option.
authorNot Zed <NotZed@Ximian.com>
Fri, 19 Nov 2004 05:26:47 +0000 (05:26 +0000)
committerMichael Zucci <zucchi@src.gnome.org>
Fri, 19 Nov 2004 05:26:47 +0000 (05:26 +0000)
commit8af3c5a4532de666654927ab4356d01f05de6340
tree32e5512f8609d0e0b1df23a217111a9bee2bc32c
parent14216242839f4d7fa1e858daa714aafb7583233c
Make debug run based on 'nntp' debug option.

2004-11-18  Not Zed  <NotZed@Ximian.com>

        * providers/nntp/camel-nntp-stream.c:
        * providers/nntp/camel-nntp-store.c:
        * providers/nntp/camel-nntp-summary.c: Make debug run based on
        'nntp' debug option.

        * providers/nntp/camel-nntp-stream.c (stream_fill): if we get a 0
        read, return ECONNRESET.  This should really have been put on the
        stream for that imap hack fix.

        * providers/nntp/camel-nntp-store.c (camel_nntp_try_authenticate):
        retry if the password attempt failed.

        ** See bug #68556.

        * providers/nntp/camel-nntp-store.c (xover_setup): don't overwrite
        exception if we get a failure.
        (camel_nntp_command): if we continue, then set the return code to
        -1, so we re-loop rather than abort.
camel/ChangeLog
camel/providers/nntp/camel-nntp-store.c
camel/providers/nntp/camel-nntp-stream.c
camel/providers/nntp/camel-nntp-summary.c