cmd-cfind: fix the "--after" handling

Use the message-date
This commit is contained in:
Dirk-Jan C. Binnema
2022-05-05 01:39:01 +03:00
parent e6c3718253
commit 87c122d1bc

View File

@ -279,7 +279,7 @@ each_contact(const Mu::Contact& ci, ECData& ecdata)
if (ecdata.personal && ci.personal)
return;
if (ci.tstamp < ecdata.after)
if (ci.message_date < ecdata.after)
return;
if (ecdata.rx &&