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

List:       kde-commits
Subject:    kdesupport/strigi/src/daemon
From:       Jos van den Oever <jos () vandenoever ! info>
Date:       2009-01-04 14:58:11
Message-ID: 1231081091.887576.31855.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 905528 by vandenoever:

Add a default rule to find mail box directories. Since these directory names start \
with a dot, they are normally not found.

 M  +3 -0      daemonconfigurator.cpp  


--- trunk/kdesupport/strigi/src/daemon/daemonconfigurator.cpp #905527:905528
@@ -95,6 +95,9 @@
 
         // add pattern to ignore hidden directories and hidden files
         Filter f;
+        f.a_include = true;
+        f.a_pattern = ".*.directory/"; // mail box directory
+        e_filters.e_filter.push_back(f);
         f.a_include = false;
         f.a_pattern = ".*/";
         e_filters.e_filter.push_back(f);


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

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