2012-05-16 [paul] 3.8.0cvs43
[claws.git] / src / matcher.c
index f8b1d7a3a14d1edc194e3c5855b8daa119937a4f..734a825033ff1dabaa500edd95dfd078520d2c6a 100644 (file)
@@ -925,7 +925,7 @@ gboolean matcherprop_match(MatcherProp *prop,
 
                t = time(NULL);
                age = ((t - info->date_t) / (60 * 60 * 24));
-               ret = (age > prop->value);
+               ret = (age >= prop->value);
 
                /* debug output */
                if (debug_filtering_session