Fix bug: when current message and subsequent messages simultaneously
authorChris Hanson <org/chris-hanson/cph>
Sat, 24 Jun 2000 01:39:16 +0000 (01:39 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sat, 24 Jun 2000 01:39:16 +0000 (01:39 +0000)
commit82e03f96aaa04e9e43fa6f55e816995ef8e2dbad
treeab1eea4d0e17653ef5d0bfb6a3c10640b593177a
parent263c35ad8ccfbc6abdcf1786caaa27d798c7d164
Fix bug: when current message and subsequent messages simultaneously
deleted, was signalling an error, because the EXPUNGE responses were
being processed one at a time, and the local model of the folder was
out of sync with the server's model.  New strategy defers dealing with
all of these changes until all of the responses have been processed,
at which time both models are again synchronized.
v7/src/imail/imail-core.scm
v7/src/imail/imail-imap.scm
v7/src/imail/imail-top.scm