diff options
author | Not Zed <NotZed@Ximian.com> | 2004-03-23 16:48:50 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-03-23 16:48:50 +0800 |
commit | b3d083b0561cc4ab475abfc4ce4dec9d3b8d6dab (patch) | |
tree | b4fc54b1c3b52c9a426ceaad58caa493af8ec06a /camel/Makefile.am | |
parent | a116729eb5f0c440b58d60c542502def00884441 (diff) | |
download | gsoc2013-evolution-b3d083b0561cc4ab475abfc4ce4dec9d3b8d6dab.tar gsoc2013-evolution-b3d083b0561cc4ab475abfc4ce4dec9d3b8d6dab.tar.gz gsoc2013-evolution-b3d083b0561cc4ab475abfc4ce4dec9d3b8d6dab.tar.bz2 gsoc2013-evolution-b3d083b0561cc4ab475abfc4ce4dec9d3b8d6dab.tar.lz gsoc2013-evolution-b3d083b0561cc4ab475abfc4ce4dec9d3b8d6dab.tar.xz gsoc2013-evolution-b3d083b0561cc4ab475abfc4ce4dec9d3b8d6dab.tar.zst gsoc2013-evolution-b3d083b0561cc4ab475abfc4ce4dec9d3b8d6dab.zip |
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.
svn path=/trunk/; revision=25153
Diffstat (limited to 'camel/Makefile.am')
-rw-r--r-- | camel/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/Makefile.am b/camel/Makefile.am index 07bfdbaead..4432d0e4a2 100644 --- a/camel/Makefile.am +++ b/camel/Makefile.am @@ -27,6 +27,7 @@ libcamel_la_SOURCES = \ camel-cipher-context.c \ camel-data-cache.c \ camel-data-wrapper.c \ + camel-debug.c \ camel-digest-folder.c \ camel-digest-store.c \ camel-digest-summary.c \ @@ -128,6 +129,7 @@ libcamelinclude_HEADERS = \ camel-cipher-context.h \ camel-data-cache.h \ camel-data-wrapper.h \ + camel-debug.h \ camel-digest-folder.h \ camel-digest-store.h \ camel-digest-summary.h \ |