X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-ui%2Fcurs_main.c;h=60da2605785a846fe02b41d701994d45a8c7a7bc;hp=0fd125a3fd22e02aa365bbebc04c371afce88145;hb=40fc05e11b8f95a9661e6e410a9e7b7da7824891;hpb=05a3bbbe420e4afc76e0eea24ce32f859405dc4a diff --git a/lib-ui/curs_main.c b/lib-ui/curs_main.c index 0fd125a..60da260 100644 --- a/lib-ui/curs_main.c +++ b/lib-ui/curs_main.c @@ -751,7 +751,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 +807,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);