rationalize list handling in mutt a bit.
[apps/madmutt.git] / complete.c
index b9d1088..e1815c7 100644 (file)
@@ -49,7 +49,7 @@ int mutt_complete (char *s, size_t slen)
 
 #ifdef USE_NNTP
   if (option (OPTNEWS)) {
-    LIST *l = CurrentNewsSrv->list;
+    string_list_t *l = CurrentNewsSrv->list;
 
     m_strcpy(filepart, sizeof(filepart), s);