Implement all calling functionality for Delete
authorArt Cancro <ajc@citadel.org>
Wed, 28 Dec 2022 03:19:19 +0000 (22:19 -0500)
committerArt Cancro <ajc@citadel.org>
Wed, 28 Dec 2022 03:19:19 +0000 (22:19 -0500)
commit3a7b2cbc98d70db32bfda2b33d3d13a1a678e343
tree224269282b90e70d56e546685ab44706ddb09e0e
parentcbca7a3fad66dd8da8950f28ea5bcbde0a048524
Implement all calling functionality for Delete

Basically everything except the actual code to delete messages.
Keyboard delete, mouse delete, and multi select are all working.
webcit-ng/static/index.html
webcit-ng/static/js/view_mail.js
webcit-ng/static/js/views.js