X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=functions.def;h=931ead6ab920e517d85f5dd725d45645f3977036;hp=59ad2f902a27b96a78356d7593482e42290184fd;hb=57352369229a00b32f5331cdd12f4ea1ace60f78;hpb=64a23f5574b096605383ef1886c7d0d6c42aeeee diff --git a/functions.def b/functions.def index 59ad2f9..931ead6 100644 --- a/functions.def +++ b/functions.def @@ -85,7 +85,6 @@ LIST(OpGeneric) ITEM("current-middle", OP_CURRENT_MIDDLE, NULL) ITEM("current-bottom", OP_CURRENT_BOTTOM, NULL) ITEM("what-key", OP_WHAT_KEY, NULL) - ITEM("rebuild-cache", OP_REBUILD_CACHE, NULL) ENDLIST LIST(OpMain) @@ -354,7 +353,6 @@ LIST(OpCompose) #ifdef USE_NNTP ITEM("edit-newsgroups", OP_COMPOSE_EDIT_NEWSGROUPS, "N") ITEM("edit-followup-to", OP_COMPOSE_EDIT_FOLLOWUP_TO, "o") - ITEM("edit-x-comment-to", OP_COMPOSE_EDIT_X_COMMENT_TO, "x") #endif ITEM("postpone-message", OP_COMPOSE_POSTPONE_MESSAGE, "P") ITEM("edit-reply-to", OP_COMPOSE_EDIT_REPLY_TO, "r") @@ -369,15 +367,9 @@ LIST(OpCompose) ITEM("view-attach", OP_VIEW_ATTACH, M_ENTER_S) ITEM("send-message", OP_COMPOSE_SEND_MESSAGE, "y") ITEM("pipe-entry", OP_PIPE, "|") - - ITEM("attach-key", OP_COMPOSE_ATTACH_KEY, "\033k") ITEM("pgp-menu", OP_COMPOSE_PGP_MENU, "p") - ITEM("smime-menu", OP_COMPOSE_SMIME_MENU, "S") - -#ifdef MIXMASTER ITEM("mix", OP_COMPOSE_MIX, "M") -#endif ENDLIST LIST(OpPost) @@ -464,7 +456,6 @@ LIST(OpSmime) #endif ENDLIST -#ifdef MIXMASTER LIST(OpMix) ITEM("accept", OP_MIX_USE, M_ENTER_S) ITEM("append", OP_MIX_APPEND, "a") @@ -473,7 +464,6 @@ LIST(OpMix) ITEM("chain-prev", OP_MIX_CHAIN_PREV, "") ITEM("chain-next", OP_MIX_CHAIN_NEXT, "") ENDLIST -#endif /* MIXMASTER */ #undef ENDLIST #undef ITEM