X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Fmatcher.c;h=734a825033ff1dabaa500edd95dfd078520d2c6a;hp=f8b1d7a3a14d1edc194e3c5855b8daa119937a4f;hb=1d999eaa69fb7ab2b92689167b548413a95a5ba9;hpb=0951c1e73d213a36c33c96b00596d804c37857b6 diff --git a/src/matcher.c b/src/matcher.c index f8b1d7a3a..734a82503 100644 --- a/src/matcher.c +++ b/src/matcher.c @@ -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