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>
Wed, 7 Sep 2011 15:00:15 +0000 (15:00 +0000)
commit607880cfaee7b35a635328e443417c0d01b74922
tree2e5d912c2ade87d86b0402955de780fe35ab8151
parente26a8dee20d1726b4995821f717f867f50fc5659
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