rework includes a bit
[apps/madmutt.git] / lib-ui / curs_main.c
index 0fd125a..5b40ceb 100644 (file)
@@ -34,6 +34,7 @@
 #include "menu.h"
 
 #include "mutt.h"
+#include "alias.h"
 #include "mx.h"
 #include "sort.h"
 #include "recvattach.h"
@@ -751,7 +752,7 @@ int mutt_index_menu (void)
             break;
         }
         else {
-          LIST *ref = CURHDR->env->references;
+          string_list_t *ref = CURHDR->env->references;
 
           if (!ref) {
             mutt_error (_("Article has no parent reference!"));
@@ -807,7 +808,7 @@ int mutt_index_menu (void)
         m_strcpy(buf, sizeof(buf), CURHDR->env->message_id);
 
         if (op == OP_RECONSTRUCT_THREAD) {
-          LIST *ref = CURHDR->env->references;
+          string_list_t *ref = CURHDR->env->references;
 
           while (ref) {
             nntp_check_msgid (Context, ref->data);