aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-mime-utils.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@HelixCode.com>2001-01-03 08:15:54 +0800
committerMichael Zucci <zucchi@src.gnome.org>2001-01-03 08:15:54 +0800
commitef48c6d6b0f84c1bbc5ce8ec666b0a581c9e3cc8 (patch)
treeba2bf60e9d23d5b9165a53c002ef9cc0e7e475e8 /camel/camel-mime-utils.c
parent95279feb147f5370fe1e15d4f6674f0ca7b98a3b (diff)
downloadgsoc2013-evolution-ef48c6d6b0f84c1bbc5ce8ec666b0a581c9e3cc8.tar
gsoc2013-evolution-ef48c6d6b0f84c1bbc5ce8ec666b0a581c9e3cc8.tar.gz
gsoc2013-evolution-ef48c6d6b0f84c1bbc5ce8ec666b0a581c9e3cc8.tar.bz2
gsoc2013-evolution-ef48c6d6b0f84c1bbc5ce8ec666b0a581c9e3cc8.tar.lz
gsoc2013-evolution-ef48c6d6b0f84c1bbc5ce8ec666b0a581c9e3cc8.tar.xz
gsoc2013-evolution-ef48c6d6b0f84c1bbc5ce8ec666b0a581c9e3cc8.tar.zst
gsoc2013-evolution-ef48c6d6b0f84c1bbc5ce8ec666b0a581c9e3cc8.zip
REmove warning, this isn't really deprecated, sigh.
2000-12-29 Not Zed <NotZed@HelixCode.com> * camel-folder.c (camel_folder_move_message_to): REmove warning, this isn't really deprecated, sigh. * camel-mime-utils.c (header_fold): Comment out some debug. svn path=/trunk/; revision=7222
Diffstat (limited to 'camel/camel-mime-utils.c')
-rw-r--r--camel/camel-mime-utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/camel/camel-mime-utils.c b/camel/camel-mime-utils.c
index c5616ca05c..04fd6c119b 100644
--- a/camel/camel-mime-utils.c
+++ b/camel/camel-mime-utils.c
@@ -3149,9 +3149,9 @@ header_fold(const char *in, int headerlen)
} else {
len = strlen(inptr);
}
- printf("next word '%.*s'\n", len, inptr);
+ d(printf("next word '%.*s'\n", len, inptr));
if (outlen + len > CAMEL_FOLD_SIZE) {
- printf("outlen = %d wordlen = %d\n", outlen, len);
+ d(printf("outlen = %d wordlen = %d\n", outlen, len));
g_string_append(out, "\n\t");
outlen = 1;
/* check for very long words, just cut them up */