Changeset 5026:dc7ed7df43aa for imap/command.c
- Timestamp:
- 2007-03-30 14:12:58 (22 months ago)
- Branch:
- default
- Files:
-
- 1 modified
-
imap/command.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
imap/command.c
r5025 r5026 939 939 } 940 940 } 941 else 941 else if (!olduv && !oldun) 942 /* first check per session, use recent. might need a flag for this. */ 943 inc->new = status->recent; 944 else 942 945 inc->new = status->unseen; 943 946
