aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/basetypes/MCLibetpan.cc
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-07-09 14:45:13 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-07-09 14:45:13 -0700
commitd56c046a03b0a55110cd650a7ad1abca684cbdee (patch)
treee052b9b3777500cc12ef46e080ced96846563ada /src/core/basetypes/MCLibetpan.cc
parent557546b7a2271efb83fb9454d3227855c2a99ceb (diff)
MCLibetpan.cpp -> MCLibetpan.cc
Diffstat (limited to 'src/core/basetypes/MCLibetpan.cc')
-rw-r--r--src/core/basetypes/MCLibetpan.cc16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/core/basetypes/MCLibetpan.cc b/src/core/basetypes/MCLibetpan.cc
new file mode 100644
index 00000000..c8258cc2
--- /dev/null
+++ b/src/core/basetypes/MCLibetpan.cc
@@ -0,0 +1,16 @@
+//
+// MCLibetpan.cpp
+// mailcore2
+//
+// Created by Hoa Dinh on 6/28/13.
+// Copyright (c) 2013 MailCore. All rights reserved.
+//
+
+#include "MCLibetpan.h"
+
+#include <libetpan/libetpan.h>
+
+__attribute__((constructor))
+static void initialize() {
+ mailstream_cfstream_enabled = 1;
+}