CVS commit by ossi: seen messages are eligible for expiration even if they are recent in the mailbox.
M +1 -1 sync.c 1.85 --- isync/src/sync.c #1.84:1.85 @@ -1223,5 +1223,5 @@ msgs_found_sel( sync_vars_t *svars, int if (nflags & F_FLAGGED) todel--; - else if (!(tmsg->status & M_RECENT) && + else if ((!(tmsg->status & M_RECENT) || (tmsg->flags & F_SEEN)) && (todel > 0 || ((srec->status & (S_EXPIRE|S_EXPIRED)) == (S_EXPIRE|S_EXPIRED)) || ------------------------------------------------------- All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn more http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 _______________________________________________ isync-devel mailing list isync-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/isync-devel