summaryrefslogtreecommitdiffstats
path: root/src/rfc2388.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rfc2388.c')
-rw-r--r--src/rfc2388.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rfc2388.c b/src/rfc2388.c
index 0ac4999..0548868 100644
--- a/src/rfc2388.c
+++ b/src/rfc2388.c
@@ -181,6 +181,8 @@ mime_var_putenv (list_t * env, mime_var_t * obj)
buffer_add (&buf, (char *) obj->value.data,
strlen ((char *) obj->value.data) + 1);
myputenv (env, (char *) buf.data, global.haserl_prefix);
+ myputenv (env, (char *) buf.data, global.var_prefix);
+ myputenv (env, (char *) buf.data, global.post_prefix);
buffer_reset (&buf);
/* this saves the name of the file the client supplied */