[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdepim/kmailcvt
From:       Adriaan de Groot <groot () kde ! org>
Date:       2005-02-08 11:57:58
Message-ID: 20050208115758.01E741D200 () office ! kde ! org
[Download RAW message or body]

CVS commit by adridg: 

Match random value with existing random value, add in all the places that still needed it


  M +4 -0      filter_evolution.cxx   1.7
  M +3 -0      filter_evolution_v2.cxx   1.6
  M +4 -0      filter_mailapp.cxx   1.6
  M +1 -1      filter_mbox.cxx   1.12
  M +4 -0      filter_opera.cxx   1.5
  M +4 -0      filter_thunderbird.cxx   1.6


--- kdepim/kmailcvt/filter_evolution.cxx  #1.6:1.7
@@ -26,4 +26,8 @@
 #include <ktempfile.h>
 
+#ifndef MAX_LINE
+#define MAX_LINE 4096
+#endif
+
 
 /** Default constructor. */

--- kdepim/kmailcvt/filter_evolution_v2.cxx  #1.5:1.6
@@ -24,4 +24,7 @@
 #include <ktempfile.h>
 
+#ifndef MAX_LINE
+#define MAX_LINE 4096
+#endif
 
 /** Default constructor. */

--- kdepim/kmailcvt/filter_mailapp.cxx  #1.5:1.6
@@ -29,4 +29,8 @@
 #include "filter_mailapp.hxx"
 
+#ifndef MAX_LINE
+#define MAX_LINE 4096
+#endif
+
 FilterMailApp::FilterMailApp() :
 Filter( i18n("Import From OS X Mail"),

--- kdepim/kmailcvt/filter_mbox.cxx  #1.11:1.12
@@ -24,5 +24,5 @@
 
 #ifndef MAX_LINE
-#define MAX_LINE 8192
+#define MAX_LINE 4096
 #endif
 

--- kdepim/kmailcvt/filter_opera.cxx  #1.4:1.5
@@ -26,4 +26,8 @@
 #include "filter_opera.hxx"
 
+#ifndef MAX_LINE
+#define MAX_LINE 4096
+#endif
+
 FilterOpera::FilterOpera() :
 Filter( i18n("Import Opera Emails"),

--- kdepim/kmailcvt/filter_thunderbird.cxx  #1.5:1.6
@@ -23,4 +23,8 @@
 #include <ktempfile.h>
 
+#ifndef MAX_LINE
+#define MAX_LINE 4096
+#endif
+
 
 /** Default constructor. */


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic