Integration of the tree in the spool view
[banana.git] / banana / banana.inc.php.in
index 3ca5da6..2b43207 100644 (file)
@@ -33,8 +33,8 @@ class Banana
     static public $spool_root    = '/var/spool/banana';
     static public $spool_max     = 3000;
     static public $spool_tbefore = 5;
-    static public $spool_tafter  = 5;
-    static public $spool_tmax    = 50;
+    static public $spool_tcontext= 10;
+    static public $spool_tmax    = 10;
     static public $spool_boxlist = true;
 
 ### Message processing ###