use camel debug to add some debug here.
authorNot Zed <NotZed@Ximian.com>
Tue, 23 Mar 2004 08:48:50 +0000 (08:48 +0000)
committerMichael Zucci <zucchi@src.gnome.org>
Tue, 23 Mar 2004 08:48:50 +0000 (08:48 +0000)
commitf157f0841728177b93bb78e0927207d53476af3a
treec288d85b05add0a5bfba9d3cc49780736154c81c
parent7f9e68f59df4cafc5db1413c0e62722363b630cc
use camel debug to add some debug here.

2004-03-23  Not Zed  <NotZed@Ximian.com>

        * camel-exception.c (camel_exception_setv): use camel debug to add
        some debug here.

        * camel.c (camel_init): call camel_debug_init().

        * camel-debug.c (camel_debug_init, camel_debug): new util stuff
        for extended debug options.

        * providers/imap/camel-imap-folder.c (imap_get_message): if we're
        supposed to be online, check we are online before proceeding.
        Actually major restructure so we re-try the fetch a couple of
        times first before failing.  i.e. silent reconnect.  See #55381.
camel/ChangeLog
camel/Makefile.am
camel/camel-debug.c [new file with mode: 0644]
camel/camel-debug.h [new file with mode: 0644]
camel/camel-exception.c
camel/camel.c
camel/providers/imap/camel-imap-folder.c