]> granicus.if.org Git - mutt/commitdiff
Error message cosmetics.
authorThomas Roessler <roessler@does-not-exist.org>
Wed, 26 Aug 1998 19:01:30 +0000 (19:01 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Wed, 26 Aug 1998 19:01:30 +0000 (19:01 +0000)
imap.c

diff --git a/imap.c b/imap.c
index 34440247d507ba874a5b21d59f7accb325235f2d..98419de53b029ab51e41fabc9c1d2728b728ed1a 100644 (file)
--- 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;