aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--imap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/imap.c b/imap.c
index ba351b2b..1b62f65b 100644
--- a/imap.c
+++ b/imap.c
@@ -754,7 +754,7 @@ static int imap_getrange(int sock,
{
/*
* We have to have an expunge here, otherwise the re-poll will
- * infinite-loop picking up un-expunged message.
+ * infinite-loop picking up un-expunged messages.
*/
ok = 0;
if (deletions && expunge_period > 1)