2006-07-31 [wwp] 2.4.0cvs2
[claws.git] / src / mainwindow.c
index cc7e413fd90acfe508cd49a0f380dbf978b6cd6c..44e4288c11d3f8021842d2cb6dd4aa8ff60cd202 100644 (file)
@@ -3579,7 +3579,7 @@ static void prefs_pre_processing_open_cb(MainWindow *mainwin, guint action,
        prefs_filtering_open(&pre_global_processing,
                             _("Processing rules to apply before folder rules"),
                             MANUAL_ANCHOR_PROCESSING,
-                            NULL, NULL);
+                            NULL, NULL, FALSE);
 }
 
 static void prefs_post_processing_open_cb(MainWindow *mainwin, guint action,
@@ -3588,7 +3588,7 @@ static void prefs_post_processing_open_cb(MainWindow *mainwin, guint action,
        prefs_filtering_open(&post_global_processing,
                             _("Processing rules to apply after folder rules"),
                             MANUAL_ANCHOR_PROCESSING,
-                            NULL, NULL);
+                            NULL, NULL, FALSE);
 }
 
 static void prefs_filtering_open_cb(MainWindow *mainwin, guint action,
@@ -3597,7 +3597,7 @@ static void prefs_filtering_open_cb(MainWindow *mainwin, guint action,
        prefs_filtering_open(&filtering_rules,
                             _("Filtering configuration"),
                             MANUAL_ANCHOR_FILTERING,
-                            NULL, NULL);
+                            NULL, NULL, TRUE);
 }
 
 static void prefs_template_open_cb(MainWindow *mainwin, guint action,