aboutsummaryrefslogtreecommitdiff
path: root/libsylph/imap.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-05-13 07:48:16 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-05-13 07:48:16 +0000
commitdc556e29120702f70ebea1f8d3237a26527b04e2 (patch)
tree61eff8beadb2156201ee47fa687078789c49af58 /libsylph/imap.c
parent0e8d9e40a6cc330bb22467943e0f69aaa2e9fdc2 (diff)
libsylph/imap.c: imap_utf8_to_modified_utf7(): removed alloca() calls.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2880 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/imap.c')
-rw-r--r--libsylph/imap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libsylph/imap.c b/libsylph/imap.c
index 541e16c4..53d37b58 100644
--- a/libsylph/imap.c
+++ b/libsylph/imap.c
@@ -4754,7 +4754,6 @@ static gchar *imap_utf8_to_modified_utf7(const gchar *from)
gchar *to;
gboolean in_escape = FALSE;
- g_print("imap_utf8_to_modified_utf7\n");
if (!iconv_ok) return g_strdup(from);
if (cd == (iconv_t)-1) {