Modified the log define 34/47034/1 tizen_3.0.m1_mobile tizen_3.0.m1_tv accepted/tizen/mobile/20150829.030111 accepted/tizen/tv/20150829.030839 accepted/tizen/wearable/20150829.031542 submit/tizen/20150828.092452 submit/tizen_common/20151023.083358 submit/tizen_common/20151026.085049 tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release
authorSunghyun Kwon <sh0701.kwon@samsung.com>
Fri, 28 Aug 2015 09:20:18 +0000 (18:20 +0900)
committerSunghyun Kwon <sh0701.kwon@samsung.com>
Fri, 28 Aug 2015 09:20:18 +0000 (18:20 +0900)
Change-Id: I7fe50b9b71695b0131ae997b9aa2c78e85945fe0

imap-2007e/c-client/mail.h
packaging/uw-imap-toolkit.spec

index 10489b0..0a9378d 100755 (executable)
@@ -1621,7 +1621,9 @@ DRIVER {
 #define MM_FLAGS mm_flags
 #define MM_NOTIFY mm_notify
 #define MM_STATUS mm_status
-/* #define MM_LOG mm_log */
+#define MM_LOG mm_log 
+
+/*
 #define MM_LOG(str, errflg)  \
        do {\
                char *path_log = g_strdup_printf("%s (%d)> %s", __FUNCTION__, __LINE__, str);\
@@ -1629,7 +1631,7 @@ DRIVER {
                g_free(path_log);\
                path_log = NULL;\
        } while(0)
-
+*/
 #define MM_CRITICAL mm_critical
 #define MM_NOCRITICAL mm_nocritical
 #define MM_DISKERROR mm_diskerror
index 3775c07..67f0cbf 100644 (file)
@@ -5,7 +5,7 @@
 
 Name:       uw-imap-toolkit
 Summary:    IMAP-2007e developed by University of Washington
-Version:    0.1.2
+Version:    0.1.3
 Release:    0
 Group:      Messaging/Libraries
 License:    Apache-2.0