Skip to content

Commit a570fc0

Browse files
authored
Merge pull request pjstevns#26 from nbeta-git/fix_OkStillHere
Fix ok still here
2 parents 6fff537 + 40e7cfe commit a570fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/imap4.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ void imap_cb_time(void *arg)
378378

379379
ci_cork(session->ci);
380380
if (! (++session->loop % idle_interval)) {
381-
imap_session_printf(session, "* OK\r\n");
381+
imap_session_printf(session, "* OK Still here\r\n");
382382
}
383383
dbmail_imap_session_mailbox_status(session,TRUE);
384384
dbmail_imap_session_buff_flush(session);

0 commit comments

Comments
 (0)