aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-07-12 13:55:40 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-07-12 13:55:40 -0700
commitb6c3cf503d04ef57dba11ace97c176835cc9dcb4 (patch)
tree8dde76a89f8c79c1a1d898b51d98c0ed52ffbfa8 /src/core
parent5688c45852cdc8c7f5e5b5603fee0bef46f9525d (diff)
Added a comment about mailstream_cfstream_enabled.
Diffstat (limited to 'src/core')
-rw-r--r--src/core/basetypes/MCLibetpan.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/basetypes/MCLibetpan.cc b/src/core/basetypes/MCLibetpan.cc
index c8258cc2..5da4452b 100644
--- a/src/core/basetypes/MCLibetpan.cc
+++ b/src/core/basetypes/MCLibetpan.cc
@@ -12,5 +12,6 @@
__attribute__((constructor))
static void initialize() {
+ // It will enable CFStream on platforms that supports it.
mailstream_cfstream_enabled = 1;
}