]> git.llucax.com Git - software/mutt-debian.git/blobdiff - remailer.c
upstream/608706-fix-spelling-errors.patch: to fix some spelling errors (Closes: 608706)
[software/mutt-debian.git] / remailer.c
index b732499fca7237b6bb59a43042bb9c4355973586..3354540fb86d35d290d81d5d044bbb3cef1d3a0f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org>
+ * Copyright (C) 1999-2001 Thomas Roessler <roessler@does-not-exist.org>
  * 
  *     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;