X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=postpone.c;fp=postpone.c;h=e5a3629d285f02ca46305551fe33cc360a4b9a60;hp=8a7719ba6409ae3d60728ea19564050e594b75c6;hb=dd5354f76c36f71044f6ddeee61241691c7195ff;hpb=b8e3053577ab5d351882096830421cd55639cc97 diff --git a/postpone.c b/postpone.c index 8a7719b..e5a3629 100644 --- a/postpone.c +++ b/postpone.c @@ -27,16 +27,6 @@ #include -static struct mapping_t PostponeHelp[] = { - {N_("Exit"), OP_EXIT}, - {N_("Del"), OP_DELETE}, - {N_("Undel"), OP_UNDELETE}, - {N_("Help"), OP_HELP}, - {NULL, OP_NULL} -}; - - - static short PostCount = 0; static CONTEXT *PostContext = NULL; static short UpdateNumPostponed = 0; @@ -140,7 +130,6 @@ static HEADER *select_msg (void) { MUTTMENU *menu; int i, done = 0, r = -1; - char helpstr[STRING]; short orig_sort; menu = mutt_new_menu (); @@ -149,8 +138,6 @@ static HEADER *select_msg (void) menu->max = PostContext->msgcount; menu->title = _("Postponed Messages"); menu->data = PostContext; - menu->help = - mutt_compile_help (helpstr, sizeof (helpstr), MENU_POST, PostponeHelp); /* The postponed mailbox is setup to have sorting disabled, but the global * Sort variable may indicate something different. Sorting has to be