X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=pop%2Fpop.c;h=9b569aa35517691a2bfbb05730830d39ddd6aae0;hb=1710b3afefc9024d1f31be1bca98fee1c7a386cd;hp=9b5340932a8f2008e0d14bc5d7e1d98f9d8af18b;hpb=688ac22f746f785c27ac99ac86aa85a3035a3638;p=apps%2Fmadmutt.git diff --git a/pop/pop.c b/pop/pop.c index 9b53409..9b569aa 100644 --- a/pop/pop.c +++ b/pop/pop.c @@ -51,7 +51,7 @@ static pop_query_status pop_read_header (POP_DATA * pop_data, HEADER * h) return PFD_FUNCT_ERROR; } - snprintf (buf, sizeof (buf), "string_list_t %d\r\n", h->refno); + snprintf (buf, sizeof (buf), "LIST %d\r\n", h->refno); ret = pop_query (pop_data, buf, sizeof (buf)); if (ret == PQ_OK) { sscanf (buf, "+OK %d %ld", &idx, &length);