summaryrefslogtreecommitdiff
path: root/imap4d/fetch.c
diff options
context:
space:
mode:
Diffstat (limited to 'imap4d/fetch.c')
-rw-r--r--imap4d/fetch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/imap4d/fetch.c b/imap4d/fetch.c
index 3c35f8414..ac3fa719b 100644
--- a/imap4d/fetch.c
+++ b/imap4d/fetch.c
@@ -335,7 +335,7 @@ get_content_type (mu_header_t hdr, mu_content_type_t *ctp, char const *dfl)
int rc;
char *buffer = NULL;
- rc = mu_header_aget_value (hdr, MU_HEADER_CONTENT_TYPE, &buffer);
+ rc = mu_header_aget_value_unfold (hdr, MU_HEADER_CONTENT_TYPE, &buffer);
if (rc == 0)
{
rc = mu_content_type_parse (buffer, ctp);

Return to:

Send suggestions and report system problems to the System administrator.