summaryrefslogtreecommitdiffstats
path: root/imap/browse.c
diff options
context:
space:
mode:
Diffstat (limited to 'imap/browse.c')
-rw-r--r--imap/browse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/imap/browse.c b/imap/browse.c
index 2ed91a06..284ba2dd 100644
--- a/imap/browse.c
+++ b/imap/browse.c
@@ -270,7 +270,7 @@ int imap_mailbox_create (const char* folder)
goto fail;
mutt_message _("Mailbox created.");
- sleep (1);
+ mutt_sleep (0);
FREE (&mx.mbox);
return 0;