X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=pop%2Fpop.c;h=a8c26162712a9121e348df4f58e200c8c416660f;hp=572c79e4463a9e1891b7e6d92b515412d9bce6e7;hb=108f3c7ab59844591f7540347914ea57be5245e2;hpb=05a3bbbe420e4afc76e0eea24ce32f859405dc4a diff --git a/pop/pop.c b/pop/pop.c index 572c79e..a8c2616 100644 --- a/pop/pop.c +++ b/pop/pop.c @@ -62,7 +62,7 @@ static pop_query_status pop_read_header (POP_DATA * pop_data, HEADER * h) return PFD_FUNCT_ERROR; } - snprintf (buf, sizeof (buf), "LIST %d\r\n", h->refno); + snprintf (buf, sizeof (buf), "string_list_t %d\r\n", h->refno); ret = pop_query (pop_data, buf, sizeof (buf)); if (ret == PQ_OK) { sscanf (buf, "+OK %d %ld", &index, &length);