diff options
Diffstat (limited to 'program/js/app.js')
-rw-r--r-- | program/js/app.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/program/js/app.js b/program/js/app.js index b2d936d88..e5d2dce4d 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -5742,6 +5742,8 @@ function rcube_webmail() frame.location.href = this.env.blankpage; } } + + this.enable_command('delete', false); }; this.remove_identity = function(id) @@ -5755,6 +5757,8 @@ function rcube_webmail() frame.location.href = this.env.blankpage; } } + + this.enable_command('delete', false); }; |