X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-mx%2Fmx.c;h=d5cf676cc68a4463edf78d8a7bb190b713544a5a;hp=aa7e3e372f52a807301f9be1e4375da32d608ed9;hb=455a2390989dfcfc90899785b0d8e9ac94ebd28e;hpb=55de28a5bb96c3edfbb2a3b080356acbb44a3cc4 diff --git a/lib-mx/mx.c b/lib-mx/mx.c index aa7e3e3..d5cf676 100644 --- a/lib-mx/mx.c +++ b/lib-mx/mx.c @@ -26,10 +26,11 @@ #include "copy.h" #include "keymap.h" #include "compress.h" +#include "score.h" #include "dotlock.h" #include -#include +#include "pop.h" #ifdef USE_NNTP #include #endif @@ -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); }