From 822535edf4b160d9f023fd2026c824ef061f4ea5 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Wed, 13 Jan 1999 01:53:03 +0000 Subject: A first take at adding a mixmaster front-end to mutt. Don't worry, it's optional. ;-) --- functions.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'functions.h') diff --git a/functions.h b/functions.h index e2f3e4a8..e8162819 100644 --- a/functions.h +++ b/functions.h @@ -296,6 +296,10 @@ struct binding_t OpCompose[] = { { "pgp-menu", OP_COMPOSE_PGP_MENU, "p" }, #endif +#ifdef MIXMASTER + { "mix", OP_COMPOSE_MIX, "M" }, +#endif + { NULL, 0, NULL } }; @@ -356,3 +360,16 @@ struct binding_t OpPgp[] = { { NULL, 0, NULL } }; #endif /* _PGPPATH */ + + +#ifdef MIXMASTER +struct binding_t OpMix[] = { + { "accept", OP_MIX_USE, M_ENTER_S }, + { "append", OP_MIX_APPEND, "a" }, + { "insert", OP_MIX_INSERT, "i" }, + { "delete", OP_MIX_DELETE, "d" }, + { "chain-prev", OP_MIX_CHAIN_PREV, "" }, + { "chain-next", OP_MIX_CHAIN_NEXT, "" }, + { NULL, 0, NULL } +}; +#endif /* MIXMASTER */ -- cgit v1.2.3