Changeset 5033:bf208df92829 for imap/command.c
- Timestamp:
- 2007-03-31 16:07:36 (22 months ago)
- Branch:
- default
- Files:
-
- 1 modified
-
imap/command.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
imap/command.c
r5026 r5033 271 271 if (rc != IMAP_CMD_OK) 272 272 { 273 if (flags & IMAP_CMD_FAIL_OK )273 if (flags & IMAP_CMD_FAIL_OK && idata->status != IMAP_FATAL) 274 274 return -2; 275 275
