deleteAllSelectedMessages(): don't send one request per message, citadel can handle...
authorWilfried Goesgens <dothebart@citadel.org>
Tue, 6 Sep 2011 18:46:53 +0000 (18:46 +0000)
committerWilfried Goesgens <dothebart@citadel.org>
Tue, 6 Sep 2011 18:46:53 +0000 (18:46 +0000)
commit04fc67d519d45ce667efe82724b6970a105c195c
tree6a64a81ce79a29418d9ca9ad6da323b27f7516a3
parent1c151ce69fccc967650f3258d4ec2ec255df1baf
deleteAllSelectedMessages(): don't send one request per message, citadel can handle a list of them already.

  - this dramaticaly increases the performance of pressing the <del> key when having several messages selected; less stress on the browser, webcit and citserver.
webcit/static/summaryview.js