summaryrefslogtreecommitdiffstats
path: root/functions.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-02-03 22:14:08 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-02-03 22:14:08 +0000
commit44fb9c0a41e20ad339e03714b270d00f0180b196 (patch)
treedc779f37c0506de6d701528cd53a6872dbe3dacf /functions.h
parent31d8ad1d9d45bf160e4c8b40f6ef5333ff99911e (diff)
[unstable] Produce some reasonable character set support when
postponing messages. Additionally, this patch fixes a nasty pointer leak in load_charset() [noted with electric fence], and a completely mis-lead attempt to use bsearch(). Apparently, nobody ever tested the utf8 decoder for quite some time.
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/functions.h b/functions.h
index 46c606e2..125dedcf 100644
--- a/functions.h
+++ b/functions.h
@@ -285,8 +285,9 @@ struct binding_t OpCompose[] = {
{ "edit-to", OP_COMPOSE_EDIT_TO, "t" },
{ "edit-type", OP_COMPOSE_EDIT_TYPE, "\024" },
{ "write-fcc", OP_COMPOSE_WRITE_MESSAGE, "w" },
+ { "recode-attachment",OP_COMPOSE_RECODE, NULL },
{ "toggle-unlink", OP_COMPOSE_TOGGLE_UNLINK, "u" },
- { "toggle-recode", OP_COMPOSE_NORECODE, NULL },
+ { "toggle-recode", OP_COMPOSE_TOGGLE_RECODE, NULL },
{ "update-encoding", OP_COMPOSE_UPDATE_ENCODING, "U" },
{ "view-attach", OP_VIEW_ATTACH, M_ENTER_S },
{ "send-message", OP_COMPOSE_SEND_MESSAGE, "y" },