summaryrefslogtreecommitdiff
path: root/mail/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/util.c')
-rw-r--r--mail/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/util.c b/mail/util.c
index 46a04ea34..38f1308ec 100644
--- a/mail/util.c
+++ b/mail/util.c
@@ -964,7 +964,7 @@ util_header_expand (mu_header_t *phdr)
}
}
else
- mu_header_set_value (hdr, name, value, 0);
+ mu_header_append (hdr, name, value);
}
if (errcnt == 0)

Return to:

Send suggestions and report system problems to the System administrator.