summaryrefslogtreecommitdiffstats
path: root/imap.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-08-26 19:01:30 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-08-26 19:01:30 +0000
commit00aa914c33cfc00ad80c15cb34981858fdb8d47e (patch)
treec0a8ea64d567eef8f31151980396e87de2b59610 /imap.c
parent986ab5e943db7aaed2aed98f8b74e4c26666fdd8 (diff)
Error message cosmetics.
Diffstat (limited to 'imap.c')
-rw-r--r--imap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/imap.c b/imap.c
index 34440247..98419de5 100644
--- a/imap.c
+++ b/imap.c
@@ -771,7 +771,7 @@ static int imap_create_mailbox (CONTEXT *ctx)
if (imap_exec (buf, sizeof (buf), ctx, seq, buf, 0) != 0)
{
- imap_error ("imap_sync_mailbox()", buf);
+ imap_error ("imap_create_mailbox()", buf);
return (-1);
}
return 0;