X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-mx%2Fmx.c;fp=lib-mx%2Fmx.c;h=d5cf676cc68a4463edf78d8a7bb190b713544a5a;hp=10d9d12b569864ebdaec5c60524e953c9f10a250;hb=455a2390989dfcfc90899785b0d8e9ac94ebd28e;hpb=74dda532c4844f38025d575926787532d41d613d diff --git a/lib-mx/mx.c b/lib-mx/mx.c index 10d9d12..d5cf676 100644 --- a/lib-mx/mx.c +++ b/lib-mx/mx.c @@ -26,6 +26,7 @@ #include "copy.h" #include "keymap.h" #include "compress.h" +#include "score.h" #include "dotlock.h" #include @@ -1202,7 +1203,7 @@ void mx_update_context (CONTEXT * ctx, int new_messages) /* p_delete(&h->env->supersedes); should I ? */ if (h2) { h2->superseded = 1; - if (!ctx->counting && option (OPTSCORE)) + if (!ctx->counting && mod_score.enable) mutt_score_message (ctx, h2, 1); } } @@ -1214,7 +1215,7 @@ void mx_update_context (CONTEXT * ctx, int new_messages) if (ctx->subj_hash && h->env->real_subj) hash_insert (ctx->subj_hash, h->env->real_subj, h); - if (option (OPTSCORE)) + if (mod_score.enable) mutt_score_message (ctx, h, 0); }