svncommit
2006-11-11 8e20901e971df8b53bc5a333506d73c6a53dd416
finish previous commit

2 files modified
15 ■■■■ changed files
CHANGELOG 5 ●●●●● patch | view | raw | blame | history
program/js/app.js 10 ●●●●● patch | view | raw | blame | history
CHANGELOG
@@ -1,6 +1,11 @@
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
program/js/app.js
@@ -1272,10 +1272,12 @@
  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)