summaryrefslogtreecommitdiff
path: root/imap4d/fetch.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2017-04-18 21:33:18 +0300
committerSergey Poznyakoff <gray@gnu.org>2017-04-18 21:33:18 +0300
commita72570a27f1259f15bd4c46db7ff2ac8a50bda13 (patch)
treea3b34eb3202a0e99d5a000446a2aa0051ab785a2 /imap4d/fetch.c
parent27aae941c77f38392a1b058ce8fb04241c143331 (diff)
downloadmailutils-a72570a27f1259f15bd4c46db7ff2ac8a50bda13.tar.gz
mailutils-a72570a27f1259f15bd4c46db7ff2ac8a50bda13.tar.bz2
fix a typo
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 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.