summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--imap4d/fetch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/imap4d/fetch.c b/imap4d/fetch.c
index f4257b820..ef0c5604d 100644
--- a/imap4d/fetch.c
+++ b/imap4d/fetch.c
@@ -183,7 +183,7 @@ send_parameter_list (const char *buffer)
rc = mu_mime_header_parse (buffer, NULL, &value, &param);
if (rc)
{
- mu_diag_funcall (MU_DIAG_ERROR, "mu_content_type_parse", buffer, rc);
+ mu_diag_funcall (MU_DIAG_ERROR, "mu_mime_header_parse", buffer, rc);
io_sendf ("NIL");
return;
}

Return to:

Send suggestions and report system problems to the System administrator.