summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2016-12-10 23:40:23 +0200
committerSergey Poznyakoff <gray@gnu.org>2016-12-10 23:40:23 +0200
commit44f87939efa0a33e8d1f26b9d9fa3e15c32d808a (patch)
treed0fe02b9836088117c76f42467aca6922a57bd4e /mail
parent3733cba7d0a04600f1119858956f923bbf820681 (diff)
downloadmailutils-44f87939efa0a33e8d1f26b9d9fa3e15c32d808a.tar.gz
mailutils-44f87939efa0a33e8d1f26b9d9fa3e15c32d808a.tar.bz2
Remove libmu_compat
Diffstat (limited to 'mail')
-rw-r--r--mail/decode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/decode.c b/mail/decode.c
index 9b2ea00cd..1ae9d0f4f 100644
--- a/mail/decode.c
+++ b/mail/decode.c
@@ -411,7 +411,7 @@ run_metamail (const char *mailcap_cmd, mu_message_t mesg)
status = mu_message_get_streamref (mesg, &stream);
if (status)
{
- mu_error ("mu_message_get_stream: %s", mu_strerror (status));
+ mu_error ("mu_message_get_streamref: %s", mu_strerror (status));
break;
}

Return to:

Send suggestions and report system problems to the System administrator.