X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/14c29200cb58d3c4a0830265f2433849781858d0..24d1372aec0208946117089a703451c458a4c09a:/remailer.c diff --git a/remailer.c b/remailer.c index b732499..3354540 100644 --- a/remailer.c +++ b/remailer.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999-2000 Thomas Roessler + * Copyright (C) 1999-2001 Thomas Roessler * * This program is free software; you can redistribute it * and/or modify it under the terms of the GNU General Public @@ -487,7 +487,7 @@ static struct mapping_t RemailerHelp[] = { N_("Delete"), OP_MIX_DELETE }, { N_("Abort"), OP_EXIT }, { N_("OK"), OP_MIX_USE }, - { NULL } + { NULL, 0 } }; @@ -535,8 +535,7 @@ void mix_make_chain (LIST **chainp, int *redraw) mix_screen_coordinates (type2_list, &coords, chain, 0); - menu = mutt_new_menu (); - menu->menu = MENU_MIX; + menu = mutt_new_menu (MENU_MIX); menu->max = ttll; menu->make_entry = mix_entry; menu->tag = NULL;