X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=recvattach.c;h=ba3080418f572c7234f6bad181a46f0686cd8d6d;hp=82aa139eca1954235eb116c6da1423d189d82462;hb=b2c8662dd3e1d14ed817e9e166f1fd223a5b4754;hpb=c50162101b316e88b95dc4259d45a259b38a972e diff --git a/recvattach.c b/recvattach.c index 82aa139..ba30804 100644 --- a/recvattach.c +++ b/recvattach.c @@ -13,7 +13,7 @@ #include #include -#include +#include #include #include #include @@ -27,15 +27,6 @@ #define SW (option(OPTMBOXPANE)?SidebarWidth:0) -static struct mapping_t AttachHelp[] = { - {N_("Exit"), OP_EXIT}, - {N_("Save"), OP_SAVE}, - {N_("Pipe"), OP_PIPE}, - {N_("Print"), OP_PRINT}, - {N_("Help"), OP_HELP}, - {NULL, OP_NULL} -}; - void mutt_update_tree (ATTACHPTR ** idx, short idxlen) { char buf[STRING]; @@ -799,7 +790,6 @@ void mutt_view_attachments (HEADER * hdr) int secured = 0; int need_secured = 0; - char helpstr[STRING]; MUTTMENU *menu; BODY *cur = NULL; MESSAGE *msg; @@ -868,8 +858,6 @@ void mutt_view_attachments (HEADER * hdr) menu->title = _("Attachments"); menu->make_entry = attach_entry; menu->tag = mutt_tag_attach; - menu->help = - mutt_compile_help (helpstr, sizeof (helpstr), MENU_ATTACH, AttachHelp); mutt_attach_init (cur); attach_collapse (cur, 0, 1, 0);