fix bug for 64bit 99/96099/1 accepted/tizen/common/20170227.043020 accepted/tizen/ivi/20170224.065249 accepted/tizen/mobile/20170224.065210 accepted/tizen/unified/20170309.040831 accepted/tizen/wearable/20170224.065228 submit/tizen/20170224.032615 submit/tizen_unified/20170308.100417
authorintae, jeon <intae.jeon@samsung.com>
Tue, 8 Nov 2016 00:53:38 +0000 (09:53 +0900)
committerintae, jeon <intae.jeon@samsung.com>
Tue, 8 Nov 2016 00:53:38 +0000 (09:53 +0900)
Change-Id: Ifd054ebd2837af5c15d3bb1f5b0bf8004282d668
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
imap-2007e/c-client/mail.h

index 41c931f..5c24033 100755 (executable)
@@ -7,7 +7,7 @@
  *
  *     http://www.apache.org/licenses/LICENSE-2.0
  *
- * 
+ *
  * ========================================================================
  */
 
 #define FT_SEARCHLOOKAHEAD (long) 0x400
                                /* stringstruct return hack */
 #define FT_RETURNSTRINGSTRUCT (long) 0x800
-#define FT_SELECTEDHDRS (long) 0x1000 /* g.shyamakshi@samsung.com 
+#define FT_SELECTEDHDRS (long) 0x1000 /* g.shyamakshi@samsung.com
                                                                              Search selected headers - From, To,
                                                                              cc, bcc, subject, date, priority, read reciept, message-id, retrun path*/
 
@@ -1101,11 +1101,11 @@ QUOTALIST {
 
 /* Structure for mail driver dispatch */
 
-#define DRIVER struct driver   
+#define DRIVER struct driver
 
 
 /* Mail I/O stream */
-       
+
 typedef struct mail_stream {
   DRIVER *dtb;                 /* dispatch table for this driver */
   void *local;                 /* pointer to driver local data */
@@ -1625,7 +1625,8 @@ 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);\
@@ -1633,7 +1634,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