diff --git a/program/js/app.js b/program/js/app.js index 6dfe102b3..ac49b4ed5 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -3559,6 +3559,7 @@ function rcube_webmail() } this.env.identity = id; + this.triggerEvent('change_identity'); return true; };