Aleksander Machniak
2012-11-25 a648ba64897c80bb75f6ea5538381b1ff785c939
plugins/managesieve/managesieve.js
@@ -373,7 +373,7 @@
    target = window.frames[this.env.contentframe];
    var msgid = this.set_busy(true, 'loading');
    target.location.href = this.env.comm_path+'&_action=plugin.managesieve&_framed=1'
      +(id ? '&_fid='+id : '')+'&_unlock='+msgid;
      +(has_id ? '&_fid='+id : '')+'&_unlock='+msgid;
  }
};