Fixed wording of OK message.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment