Changeset 5047:720070fc62e0 for imap/command.c
- Timestamp:
- 2007-04-02 16:18:37 (22 months ago)
- Branch:
- HEAD
- Files:
-
- 1 modified
-
imap/command.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
imap/command.c
r5044 r5047 902 902 { 903 903 if (oldun < status->uidnext) 904 {905 904 inc->new = status->unseen; 906 /* forced back to keep detecting new mail until the mailbox is opened */907 status->uidnext = oldun;908 }909 905 } 910 906 else if (!olduv && !oldun) … … 914 910 inc->new = status->unseen; 915 911 912 /* forced back to keep detecting new mail until the mailbox is opened */ 913 status->uidnext = oldun; 914 916 915 FREE (&value); 917 916 return;
