summaryrefslogtreecommitdiffstats
path: root/imap/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'imap/util.c')
-rw-r--r--imap/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/imap/util.c b/imap/util.c
index e76d551f..97a0bce3 100644
--- a/imap/util.c
+++ b/imap/util.c
@@ -219,7 +219,7 @@ int imap_continue (const char* msg, const char* resp)
void imap_error (const char *where, const char *msg)
{
mutt_error (_("%s [%s]\n"), where, msg);
- sleep (2);
+ mutt_sleep (2);
}
/* imap_new_idata: Allocate and initialise a new IMAP_DATA structure.