[Kde-pim] KDE/kdepim/kmail

Jaroslaw Staniek js at iidea.pl
Thu May 8 10:45:57 BST 2008


SVN commit 805352 by staniek:

ignore .index.db suffix only for KMAIL_SQLITE_INDEX mode

BTW, result of (pending) inspection of the recent merge of nommap branch available at:
http://techbase.kde.org/Projects/PIM/MS_Windows/SQLite_Folder_Indices/merge

CCMAIL:kde-pim at kde.org



 M  +5 -1      kmfolderdir.cpp  


--- trunk/KDE/kdepim/kmail/kmfolderdir.cpp #805351:805352
@@ -204,7 +204,11 @@
       // ignore all hidden files except our subfolder containers
       continue;
     }
-    if( fname == ".directory" || fname.endsWith( ".index.db" ) ) {
+    if ( fname == ".directory"
+#ifdef KMAIL_SQLITE_INDEX
+    || fname.endsWith( ".index.db" ) 
+#endif
+    ) {
       // ignore .directory and *.index.db files (not created by us)
       continue;
     }
_______________________________________________
KDE PIM mailing list kde-pim at kde.org
https://mail.kde.org/mailman/listinfo/kde-pim
KDE PIM home page at http://pim.kde.org/



More information about the kde-pim mailing list