X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=score.cpkg;h=1495ed8b0100bc785496dc4132c952d5e36b1cf2;hp=c6c9f0b613234923697b2c80c119647b9405a9ef;hb=819c071fa7efc8dffb4dd92f36f0111227ff692f;hpb=2e493cf01fc8eae92379422a36400523bba61dd3 diff --git a/score.cpkg b/score.cpkg index c6c9f0b..1495ed8 100644 --- a/score.cpkg +++ b/score.cpkg @@ -128,7 +128,7 @@ void mutt_score_message (CONTEXT * ctx, HEADER * hdr, int upd_ctx) if (hdr->score <= mod_score.threshold_delete) _mutt_set_flag(ctx, hdr, M_DELETE, 1, upd_ctx); - if (hdr->score <= mod_score.threshold_flag) + if (hdr->score <= mod_score.threshold_read) _mutt_set_flag(ctx, hdr, M_READ, 1, upd_ctx); if (hdr->score >= mod_score.threshold_flag) _mutt_set_flag(ctx, hdr, M_FLAG, 1, upd_ctx);