diff options
author | Dan Winship <danw@src.gnome.org> | 2000-09-16 02:26:36 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-09-16 02:26:36 +0800 |
commit | e2c2e5b55a51ac34b4089c000898c4a70b1a01e2 (patch) | |
tree | 43e30e6663d5f6592d7d1f8dfc1a399b729cfceb /camel/ChangeLog | |
parent | b10192b1e0b6d86463237605bf0fc0cb865ed122 (diff) | |
download | gsoc2013-evolution-e2c2e5b55a51ac34b4089c000898c4a70b1a01e2.tar gsoc2013-evolution-e2c2e5b55a51ac34b4089c000898c4a70b1a01e2.tar.gz gsoc2013-evolution-e2c2e5b55a51ac34b4089c000898c4a70b1a01e2.tar.bz2 gsoc2013-evolution-e2c2e5b55a51ac34b4089c000898c4a70b1a01e2.tar.lz gsoc2013-evolution-e2c2e5b55a51ac34b4089c000898c4a70b1a01e2.tar.xz gsoc2013-evolution-e2c2e5b55a51ac34b4089c000898c4a70b1a01e2.tar.zst gsoc2013-evolution-e2c2e5b55a51ac34b4089c000898c4a70b1a01e2.zip |
Set camel_verbose_debug to TRUE if CAMEL_VERBOSE_DEBUG is set in the
* camel.c (camel_init): Set camel_verbose_debug to TRUE if
CAMEL_VERBOSE_DEBUG is set in the environment.
* camel-remote-store.c (remote_send_line, remote_recv_line): only
log if camel_verbose_debug is TRUE.
svn path=/trunk/; revision=5462
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index ed7c7a37dd..ec864600e8 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,11 @@ +2000-09-15 Dan Winship <danw@helixcode.com> + + * camel.c (camel_init): Set camel_verbose_debug to TRUE if + CAMEL_VERBOSE_DEBUG is set in the environment. + + * camel-remote-store.c (remote_send_line, remote_recv_line): only + log if camel_verbose_debug is TRUE. + 2000-09-14 Jeffrey Stedfast <fejj@helixcode.com> * providers/imap/camel-imap-store.c (get_folder): Don't use |