added recursive folder support to pilerimport

This commit is contained in:
SJ
2012-09-03 17:12:02 +02:00
parent fd976f1daf
commit 36e395426f
6 changed files with 83 additions and 16 deletions

View File

@@ -289,6 +289,7 @@ void initialise_configuration(){
free_rule(data.retention_rules);
data.folder = 0;
data.recursive_folder_names = 0;
data.archiving_rules = NULL;
data.retention_rules = NULL;
@@ -343,6 +344,7 @@ int main(int argc, char **argv){
(void) openlog(PROGNAME, LOG_PID, LOG_MAIL);
data.folder = 0;
data.recursive_folder_names = 0;
data.archiving_rules = NULL;
data.retention_rules = NULL;