X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=lib-ui%2Fcurs_main.c;h=f9e7c33901be1407f4e241f0ebb606bb7b2c84e0;hb=e518a71f587454ec71cbdd6b37246f77235d4143;hp=780daf1c8838893b4dd76de59c8b585216e98f6b;hpb=928ca0d87eb15bfa4c150abdadadaf3b177f95bd;p=apps%2Fmadmutt.git diff --git a/lib-ui/curs_main.c b/lib-ui/curs_main.c index 780daf1..f9e7c33 100644 --- a/lib-ui/curs_main.c +++ b/lib-ui/curs_main.c @@ -22,6 +22,7 @@ #include "menu.h" #include "mutt.h" +#include "pattern.h" #include "alias.h" #include "sort.h" #include "recvattach.h" @@ -385,7 +386,7 @@ struct mapping_t IndexNewsHelp[] = { */ int mutt_index_menu (void) { - char buf[LONG_STRING], helpstr[SHORT_STRING]; + char buf[LONG_STRING], helpstr[STRING]; int flags; int op = OP_NULL; int done = 0; /* controls when to exit the "event" loop */