summaryrefslogtreecommitdiff
path: root/mh/mh_list.c
diff options
context:
space:
mode:
Diffstat (limited to 'mh/mh_list.c')
-rw-r--r--mh/mh_list.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mh/mh_list.c b/mh/mh_list.c
index 489d0285d..6d8c651ea 100644
--- a/mh/mh_list.c
+++ b/mh/mh_list.c
@@ -699,7 +699,8 @@ eval_body (struct eval_env *env)
if (encoding)
{
int rc = mu_filter_create(&dstr, input, encoding,
- MU_FILTER_DECODE, MU_STREAM_READ);
+ MU_FILTER_DECODE,
+ MU_STREAM_READ | MU_STREAM_NO_CLOSE);
if (rc == 0)
input = dstr;
free (encoding);

Return to:

Send suggestions and report system problems to the System administrator.