summaryrefslogtreecommitdiff
path: root/mail/summary.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/summary.c')
-rw-r--r--mail/summary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/summary.c b/mail/summary.c
index ab0b73dae..e56910498 100644
--- a/mail/summary.c
+++ b/mail/summary.c
@@ -61,7 +61,7 @@ mail_summary (int argc MU_ARG_UNUSED, char **argv MU_ARG_UNUSED)
{
mu_url_t url = NULL;
mu_mailbox_get_url (mbox, &url);
- printf("\"%s\": ", mu_url_to_string (url));
+ printf("\"%s\": ", util_url_to_string (url));
}
printf (ngettext ("%d message", "%d messages", count), count);
if (mnew > 0)

Return to:

Send suggestions and report system problems to the System administrator.