Changeset 5026:dc7ed7df43aa for imap
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 -
imap/imap.c
r5006 r5026 1479 1479 1480 1480 imap_munge_mbox_name (munged, sizeof (munged), name); 1481 snprintf (command, sizeof (command), "STATUS %s (UIDNEXT UIDVALIDITY UNSEEN)", munged); 1481 snprintf (command, sizeof (command), 1482 "STATUS %s (UIDNEXT UIDVALIDITY UNSEEN RECENT)", munged); 1482 1483 1483 1484 if (imap_cmd_queue (idata, command) < 0)
