From 44fb9c0a41e20ad339e03714b270d00f0180b196 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Wed, 3 Feb 1999 22:14:08 +0000 Subject: [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. --- functions.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'functions.h') 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" }, -- cgit v1.2.3