diff options
| author | estadtherr <estadtherr@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-11-15 05:58:09 +0000 |
|---|---|---|
| committer | estadtherr <estadtherr@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-11-15 05:58:09 +0000 |
| commit | a6b9358723159eb8880ca4d20f4d20b97fb742e2 (patch) | |
| tree | d2b1fd409010d4826ee906845f377382136a7f09 /roundcubemail/program | |
| parent | dd21cfdd52f3519ace4e06c72f08c66ef426ee1f (diff) | |
fixed deletion from message list.
git-svn-id: https://svn.roundcube.net/trunk@368 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
| -rw-r--r-- | roundcubemail/program/js/app.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index caef29271..ae68ea816 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/program/js/app.js @@ -1245,6 +1245,7 @@ function rcube_webmail() a_uids[a_uids.length] = this.env.uid; else { + var selection = this.message_list.get_selection(); var id; for (var n=0; n<selection.length; n++) { @@ -1284,6 +1285,7 @@ function rcube_webmail() a_uids[a_uids.length] = this.env.uid; else { + var selection = this.message_list.get_selection(); var id; for (var n=0; n<selection.length; n++) { |
