mirror of https://git.code.sf.net/p/isync/isync
Browse Source
so far, we checked for M_DEAD only in loops over messages. but we should have checked srec->msg uses as well. this would make the code a mess, so instead call back from the drivers when messages are expunged, so we can reset the pointers. the only case where this really matters so far is the flag setting loop, which may cause the concurrent expunge of not yet handled messages to be detected by the maildir driver.wip/maildir-path-under-inbox
Oswald Buddenhagen
3 years ago
7 changed files with 70 additions and 28 deletions
Loading…
Reference in new issue