X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Ffulltext%2Fserv_fulltext.c;fp=citadel%2Fmodules%2Ffulltext%2Fserv_fulltext.c;h=547caaefd216ea810535d6d67ed66f053e06ae7f;hb=951fbe7c1ee0b3554af22d6ae0d1d51c1642ae0f;hp=8e668778817a405208c55cc6ab3ffd7e34f217ad;hpb=02226afa2dbdc2f08b1b10de890d75f35ca0dee0;p=citadel.git diff --git a/citadel/modules/fulltext/serv_fulltext.c b/citadel/modules/fulltext/serv_fulltext.c index 8e6687788..547caaefd 100644 --- a/citadel/modules/fulltext/serv_fulltext.c +++ b/citadel/modules/fulltext/serv_fulltext.c @@ -126,7 +126,7 @@ void ft_index_message(long msgnum, int op) { return; } - if (msg->cm_fields['1'] != NULL) { + if (msg->cm_fields[eSuppressIdx] != NULL) { syslog(LOG_DEBUG, "ft_index_message() excluded msg %ld", msgnum); CtdlFreeMessage(msg); return;