]> granicus.if.org Git - mutt/commitdiff
patch-0.95.1.vikas.macro_function.1
authorThomas Roessler <roessler@does-not-exist.org>
Tue, 19 Jan 1999 15:53:37 +0000 (15:53 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Tue, 19 Jan 1999 15:53:37 +0000 (15:53 +0000)
keymap.c

index 9281cb54707cb4902b6d276921ff6b0cb2addd1d..c6acd63d4b8966029263e3d44627df878efc7819 100644 (file)
--- a/keymap.c
+++ b/keymap.c
@@ -34,7 +34,6 @@ struct mapping_t Menus[] = {
  { "browser",  MENU_FOLDER },
  { "compose",  MENU_COMPOSE },
  { "editor",   MENU_EDITOR },
- { "generic",  MENU_GENERIC },
  { "index",    MENU_MAIN },
  { "pager",    MENU_PAGER },
  { "postpone", MENU_POST },
@@ -50,6 +49,7 @@ struct mapping_t Menus[] = {
   
 
  { "query",    MENU_QUERY },
+ { "generic",  MENU_GENERIC },
  { NULL,       0 }
 };