From: Pierre Habouzit Date: Sat, 19 May 2007 22:09:20 +0000 (+0200) Subject: typo X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=commitdiff_plain;h=b6278702a49e9ebf8ca73bb974b7782e5535188a typo Signed-off-by: Pierre Habouzit --- 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);