Commit 22f104a3 22f104a3ea718469b2a51b627924a6ff2d93104e by Sergey Poznyakoff

Fixed wording of OK message.

1 parent 72b34c55
...@@ -55,6 +55,6 @@ imap4d_idle (struct imap4d_command *command, char *arg) ...@@ -55,6 +55,6 @@ imap4d_idle (struct imap4d_command *command, char *arg)
55 util_flush_output (); 55 util_flush_output ();
56 } 56 }
57 57
58 return util_finish (command, RESP_OK, "IDLE terminated"); 58 return util_finish (command, RESP_OK, "terminated");
59 } 59 }
60 60
......