X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=functions.def;fp=functions.def;h=d6811002d23b6d96885dde21e2f44cf52c586e49;hp=931ead6ab920e517d85f5dd725d45645f3977036;hb=84bc6d1930165b21919541b3b24294a9d99c3541;hpb=57352369229a00b32f5331cdd12f4ea1ace60f78 diff --git a/functions.def b/functions.def index 931ead6..d681100 100644 --- a/functions.def +++ b/functions.def @@ -32,9 +32,6 @@ * * Notes: * - * - If you want to bind \n or \r, use M_ENTER_S so that it will work - * correctly under both ncurses and S-Lang - * * - If you need to bind a control char, use the octal value because the \cX * construct does not work at this level. * @@ -76,7 +73,7 @@ LIST(OpGeneric) ITEM("tag-prefix-cond", OP_TAG_PREFIX_COND, NULL) ITEM("end-cond", OP_END_COND, NULL) ITEM("shell-escape", OP_SHELL_ESCAPE, "!") - ITEM("select-entry", OP_GENERIC_SELECT_ENTRY, M_ENTER_S) + ITEM("select-entry", OP_GENERIC_SELECT_ENTRY, "\n") ITEM("search", OP_SEARCH, "/") ITEM("search-reverse", OP_SEARCH_REVERSE, "\033/") ITEM("search-opposite", OP_SEARCH_OPPOSITE, NULL) @@ -166,7 +163,7 @@ LIST(OpMain) #ifdef USE_NNTP ITEM("catchup", OP_CATCHUP, "y") #endif - ITEM("display-message", OP_DISPLAY_MESSAGE, M_ENTER_S) + ITEM("display-message", OP_DISPLAY_MESSAGE, "\n") ITEM("buffy-list", OP_BUFFY_LIST, ".") ITEM("sync-mailbox", OP_MAIN_SYNC_FOLDER, "$") ITEM("display-address", OP_DISPLAY_ADDRESS, "@") @@ -274,7 +271,7 @@ LIST(OpPager) ITEM("search", OP_SEARCH, "/") ITEM("search-reverse", OP_SEARCH_REVERSE, "\033/") ITEM("search-opposite", OP_SEARCH_OPPOSITE, NULL) - ITEM("next-line", OP_NEXT_LINE, M_ENTER_S) + ITEM("next-line", OP_NEXT_LINE, "\n") ITEM("jump", OP_JUMP, NULL) ITEM("next-unread", OP_MAIN_NEXT_UNREAD, NULL) ITEM("previous-new", OP_MAIN_PREV_NEW, NULL) @@ -319,7 +316,7 @@ LIST(OpAttach) ITEM("list-reply", OP_LIST_REPLY, "L") ITEM("forward-message", OP_FORWARD_MESSAGE, "f") ITEM("view-text", OP_ATTACH_VIEW_TEXT, "T") - ITEM("view-attach", OP_VIEW_ATTACH, M_ENTER_S) + ITEM("view-attach", OP_VIEW_ATTACH, "\n") ITEM("delete-entry", OP_DELETE, "d") ITEM("undelete-entry", OP_UNDELETE, "u") ITEM("collapse-parts", OP_ATTACH_COLLAPSE, "v") @@ -364,7 +361,7 @@ LIST(OpCompose) ITEM("toggle-unlink", OP_COMPOSE_TOGGLE_UNLINK, "u") ITEM("toggle-recode", OP_COMPOSE_TOGGLE_RECODE, NULL) ITEM("update-encoding", OP_COMPOSE_UPDATE_ENCODING, "U") - ITEM("view-attach", OP_VIEW_ATTACH, M_ENTER_S) + ITEM("view-attach", OP_VIEW_ATTACH, "\n") ITEM("send-message", OP_COMPOSE_SEND_MESSAGE, "y") ITEM("pipe-entry", OP_PIPE, "|") ITEM("pgp-menu", OP_COMPOSE_PGP_MENU, "p") @@ -457,7 +454,7 @@ LIST(OpSmime) ENDLIST LIST(OpMix) - ITEM("accept", OP_MIX_USE, M_ENTER_S) + ITEM("accept", OP_MIX_USE, "\n") ITEM("append", OP_MIX_APPEND, "a") ITEM("insert", OP_MIX_INSERT, "i") ITEM("delete", OP_MIX_DELETE, "d")