Changeset 5496:22498996719f
- Timestamp:
- 2008-08-26 02:07:21 (3 months ago)
- Author:
- Brendan Cully <brendan@…>
- Branch:
- HEAD
- Message:
-
Remove leftover IMAP IDLE handling from before [53d9210aa4ee].
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r5495
|
r5496
|
|
| 1298 | 1298 | if (!ctx->deleted) |
| 1299 | 1299 | imap_exec (idata, "CLOSE", IMAP_CMD_QUEUE); |
| 1300 | | if (idata->state == IMAP_IDLE) |
| 1301 | | { |
| 1302 | | mutt_buffer_addstr (idata->cmdbuf, "DONE\r\n"); |
| 1303 | | idata->state = IMAP_SELECTED; |
| 1304 | | } |
| 1305 | 1300 | idata->state = IMAP_AUTHENTICATED; |
| 1306 | 1301 | } |