program/js/app.js
@@ -17,8 +17,6 @@ +-----------------------------------------------------------------------+ | Requires: jquery.js, common.js, list.js | +-----------------------------------------------------------------------+ $Id$ */ function rcube_webmail() @@ -767,7 +765,7 @@ case 'always-load': if (this.env.uid && this.env.sender) { this.add_contact(urlencode(this.env.sender)); this.add_contact(this.env.sender); setTimeout(function(){ ref.command('load-images'); }, 300); break; }