From bdf259032f56ba4a4a91db67fe937744bdf28a56 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Wed, 30 Sep 1998 06:16:57 +0000 Subject: Removing some superfluous key bindings from functions.h. (From: Gero Treuner ) --- functions.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'functions.h') diff --git a/functions.h b/functions.h index 6b967116..ff0f945e 100644 --- a/functions.h +++ b/functions.h @@ -275,7 +275,6 @@ struct binding_t OpCompose[] = { { "get-attachment", OP_COMPOSE_GET_ATTACHMENT, "G" }, { "ispell", OP_COMPOSE_ISPELL, "i" }, { "print-entry", OP_PRINT, "l" }, - { "redraw-screen", OP_REDRAW, "\014" }, { "edit-mime", OP_COMPOSE_EDIT_MIME, "m" }, { "new-mime", OP_COMPOSE_NEW_MIME, "n" }, { "postpone-message", OP_COMPOSE_POSTPONE_MESSAGE, "P" }, @@ -323,9 +322,6 @@ struct binding_t OpBrowser[] = { /* External Query Menu */ struct binding_t OpQuery[] = { { "create-alias", OP_CREATE_ALIAS, "a" }, - { "search", OP_SEARCH, "/" }, - { "search-reverse", OP_SEARCH_REVERSE, "\033/" }, - { "search-opposite", OP_SEARCH_OPPOSITE, NULL }, { "mail", OP_MAIL, "m" }, { "query", OP_QUERY, "Q" }, { "query-append", OP_QUERY_APPEND, "A" }, @@ -357,9 +353,6 @@ struct binding_t OpEditor[] = { struct binding_t OpPgp[] = { { "verify-key", OP_VERIFY_KEY, "c" }, { "view-name", OP_VIEW_ID, "%" }, - { "search-next", OP_SEARCH_NEXT, "n" }, - { "search", OP_SEARCH, "/" }, - { "search-reverse", OP_SEARCH_REVERSE, "\033/" }, { NULL, 0, NULL } }; #endif /* _PGPPATH */ -- cgit v1.2.3