X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=recvattach.c;fp=recvattach.c;h=de7cee0f3e99e2c767cf8eaea2da3d47ddb0f448;hp=82aa139eca1954235eb116c6da1423d189d82462;hb=dd5354f76c36f71044f6ddeee61241691c7195ff;hpb=b8e3053577ab5d351882096830421cd55639cc97 diff --git a/recvattach.c b/recvattach.c index 82aa139..de7cee0 100644 --- a/recvattach.c +++ b/recvattach.c @@ -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);