X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-ui%2Fcurs_main.c;h=3fd1fb3cbae9760b403cb5753f271740f1c9da22;hp=0fd125a3fd22e02aa365bbebc04c371afce88145;hb=3692b834c97c9933088d7082464fec5ae903920f;hpb=05a3bbbe420e4afc76e0eea24ce32f859405dc4a diff --git a/lib-ui/curs_main.c b/lib-ui/curs_main.c index 0fd125a..3fd1fb3 100644 --- a/lib-ui/curs_main.c +++ b/lib-ui/curs_main.c @@ -26,7 +26,8 @@ #include #include #include -#include + +#include #include @@ -34,12 +35,12 @@ #include "menu.h" #include "mutt.h" +#include "alias.h" #include "mx.h" #include "sort.h" #include "recvattach.h" #include "buffy.h" #include "mx.h" -#include "sidebar.h" #include "thread.h" #include "xterm.h" @@ -604,8 +605,6 @@ int mutt_index_menu (void) op = km_dokey (MENU_MAIN); - debug_print (4, ("Got op %d\n", op)); - if (op == -1) continue; /* either user abort or timeout */ @@ -751,7 +750,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 +806,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);