summaryrefslogtreecommitdiffstats
path: root/functions.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-09-30 06:16:57 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-09-30 06:16:57 +0000
commitbdf259032f56ba4a4a91db67fe937744bdf28a56 (patch)
tree796fb73cbf459f4246d4254e9dc3933e6e21cff3 /functions.h
parentda010f3ab18f38559f638d643c7730ce1f1e8ca2 (diff)
Removing some superfluous key bindings from functions.h. (From:
Gero Treuner <gero@faveve.uni-stuttgart.de>)
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h7
1 files changed, 0 insertions, 7 deletions
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 */