Multi select is now working with mailbox refresh.
authorArt Cancro <ajc@citadel.org>
Mon, 26 Dec 2022 23:57:11 +0000 (18:57 -0500)
committerArt Cancro <ajc@citadel.org>
Mon, 26 Dec 2022 23:57:11 +0000 (18:57 -0500)
commitd6abb9afc9d1e72f7424d1e19c44e47e2a1d0268
treec03e765858bc0d33b0fec4bc7d65c4ad5172b1cd
parenta110c21493cc5a4c1cd34bd85a345619e22dbe1f
Multi select is now working with mailbox refresh.

This completes the changes needed to maintain multi select.  We are NOT
keeping a separate array for selected and unselected messages.  Instead,
we are using the DOM itself as authority.
webcit-ng/static/js/view_mail.js