It's not checking if it was read or not, just showing if there are offers or not.
You can find it in functions.php
if(function_exists('mo_show_offer_link')) {
$your_items = ModelMO::newInstance()->getItemsWithOffersByUserId(osc_logged_user_id());
.....