aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel.c')
-rw-r--r--camel/camel.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/camel/camel.c b/camel/camel.c
index dd46295e63..0121c1082f 100644
--- a/camel/camel.c
+++ b/camel/camel.c
@@ -40,8 +40,7 @@ camel_init(void)
#endif /* G_THREADS_ENABLED */
#endif /* ENABLE_THREADS */
- /* Taken care of by e-util/e-unicode.c */
- /*unicode_init ();*/
+ unicode_init ();
return 0;
}