| | |
| | | CHANGELOG RoundCube Webmail |
| | | --------------------------- |
| | | |
| | | 2006/11/11 (estadtherr) |
| | | ---------- |
| | | - fixed deletion/moving of messages from within "show" page |
| | | |
| | | |
| | | 2006/11/07 (estadtherr) |
| | | ---------- |
| | | - Upgraded to TinyMCE v2.0.8 |
| | |
| | | this.permanently_remove_messages = function() |
| | | { |
| | | // exit if no mailbox specified or if selection is empty |
| | | var selection = this.message_list.get_selection(); |
| | | if (!(selection.length || this.env.uid)) |
| | | return; |
| | | |
| | | if (!this.env.uid) |
| | | { |
| | | if (!this.message_list || !this.message_list.get_selection().length) |
| | | return; |
| | | } |
| | | |
| | | var a_uids = new Array(); |
| | | |
| | | if (this.env.uid) |