X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=pop.c;h=b0415aadfc27d2f0c470915bd820d92d2ac34c33;hp=512dfda3397bdcb58f83d224829b523b1066c7a8;hb=bc89c69d31e242e2ff4589438f4eb5869d5899f9;hpb=c1a6303fea322f1de432897524b25fa238896225;ds=sidebyside diff --git a/pop.c b/pop.c index 512dfda..b0415aa 100644 --- a/pop.c +++ b/pop.c @@ -590,7 +590,7 @@ static pop_query_status pop_capabilities(pop_data_t * pop_data, int mode) /* Check capabilities */ if (mode == 2) { - char *msg = NULL; + const char *msg = NULL; if (!pop_data->expire) msg = _("Unable to leave messages on server.");