X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=lib-mx%2Fmx.c;h=d5cf676cc68a4463edf78d8a7bb190b713544a5a;hb=8a0ec16b6cd58dc1bd73baae43fd62de24d63604;hp=10d9d12b569864ebdaec5c60524e953c9f10a250;hpb=9cb385d5621b95188fce2e0a7345004151486007;p=apps%2Fmadmutt.git 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); }