From 2c08a863b7242f6658151a2e2592a6293c4dcb65 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Sat, 19 May 2018 00:18:27 -0600 Subject: * Clear history when closing alpine, for commands that keep it. * Reversing the clearing of the rmap memory. --- pith/send.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pith/send.c') diff --git a/pith/send.c b/pith/send.c index ff48de2d..460f6a24 100644 --- a/pith/send.c +++ b/pith/send.c @@ -4369,7 +4369,7 @@ pine_rfc822_output_body(struct mail_bodystruct *body, soutr_t f, void *s) if(table){ gf_link_filter(gf_convert_utf8_charset, - gf_convert_utf8_charset_opt(table,0,1)); + gf_convert_utf8_charset_opt(table,0)); } else{ /* else, just send it? */ -- cgit v1.2.3-54-g00ecf