fix warnings.
[apps/madmutt.git] / pop.c
diff --git a/pop.c b/pop.c
index 512dfda..b0415aa 100644 (file)
--- 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.");