aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/basetypes/MCLibetpan.cc
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-07-31 23:35:08 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-07-31 23:35:08 -0700
commit85a26f97fefac157bb3d310f444f7c86a8b07204 (patch)
treee8fd7d161b72b4b425b9f1dfaee80c0205602903 /src/core/basetypes/MCLibetpan.cc
parenta722d215582e295d9e8fe5fb876d61a7a93cf494 (diff)
Serialization of IMAP data. Implemented base64.
Diffstat (limited to 'src/core/basetypes/MCLibetpan.cc')
-rw-r--r--src/core/basetypes/MCLibetpan.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/basetypes/MCLibetpan.cc b/src/core/basetypes/MCLibetpan.cc
index 5da4452b..fcc1b772 100644
--- a/src/core/basetypes/MCLibetpan.cc
+++ b/src/core/basetypes/MCLibetpan.cc
@@ -11,7 +11,8 @@
#include <libetpan/libetpan.h>
__attribute__((constructor))
-static void initialize() {
+static void initialize()
+{
// It will enable CFStream on platforms that supports it.
mailstream_cfstream_enabled = 1;
}