From b6278702a49e9ebf8ca73bb974b7782e5535188a Mon Sep 17 00:00:00 2001 From: Pierre Habouzit Date: Sun, 20 May 2007 00:09:20 +0200 Subject: [PATCH] typo Signed-off-by: Pierre Habouzit --- score.cpkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.20.1