X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=pop%2Fpop.c;h=c67cd7ebe1f072f0543f78d1a2dc692fe9e0f554;hb=2f928128cac1c0bc2ce2465671e5abe2a9671d28;hp=b2edb9634d38d27662824d3e2dea000403ec9f66;hpb=203e950e3d3c76795fa49895d040f732adad2049;p=apps%2Fmadmutt.git diff --git a/pop/pop.c b/pop/pop.c index b2edb96..c67cd7e 100644 --- a/pop/pop.c +++ b/pop/pop.c @@ -124,7 +124,7 @@ static int fetch_uidl (char *line, void *data) sscanf (line, "%d %s", &index, line); for (i = 0; i < ctx->msgcount; i++) - if (!mutt_strcmp (line, ctx->hdrs[i]->data)) + if (!safe_strcmp (line, ctx->hdrs[i]->data)) break; if (i == ctx->msgcount) {