diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-08-11 06:07:46 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-08-11 06:07:46 +0800 |
commit | a16770842e12da0e527eeff70be3cdcc9075e1bb (patch) | |
tree | d765e2e4405d9b18bde03891ef5e286cad82a5f3 /camel/ChangeLog | |
parent | 1a6ecd207d5ce8bcb93613ebedeb56b979e8906f (diff) | |
download | gsoc2013-evolution-a16770842e12da0e527eeff70be3cdcc9075e1bb.tar.gz gsoc2013-evolution-a16770842e12da0e527eeff70be3cdcc9075e1bb.tar.zst gsoc2013-evolution-a16770842e12da0e527eeff70be3cdcc9075e1bb.zip |
Added an assert - at this point a backtrace would be more useful than a
2001-08-10 Jeffrey Stedfast <fejj@ximian.com>
* providers/imap/camel-imap-utils.c (imap_quote_string): Added an
assert - at this point a backtrace would be more useful than a
transaction log for debugging.
svn path=/trunk/; revision=11902
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index e64ba22187..baed2cf800 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,8 +1,12 @@ 2001-08-10 Jeffrey Stedfast <fejj@ximian.com> + * providers/imap/camel-imap-utils.c (imap_quote_string): Added an + assert - at this point a backtrace would be more useful than a + transaction log for debugging. + * providers/imap/camel-imap-command.c (imap_command_start): Return FALSE here, not NULL. - + * providers/imap/camel-imap-folder.c (imap_rescan): Don't g_strdup() the uid into the trigger_event call. |