Aleksander Machniak
2016-03-25 d125f864ea31cf0b6ecce462f711467fc6441747
program/js/app.js
@@ -341,7 +341,7 @@
        }
        else if (this.env.action == 'get') {
          this.enable_command('download', 'print', true);
          if (this.env.mimetype == 'message/rfc822') {
          if (this.env.is_message) {
            this.enable_command('reply', 'reply-all', 'forward', 'forward-inline', 'forward-attachment', true);
            if (this.env.list_post)
              this.enable_command('reply-list', true);
@@ -1217,7 +1217,7 @@
            this.open_window(this.env.comm_path + url, true, true);
          }
        }
        else if (this.env.action == 'get' && this.env.mimetype != 'message/rfc822') {
        else if (this.env.action == 'get' && !this.env.is_message) {
          this.gui_objects.messagepartframe.contentWindow.print();
        }
        else if (uid = this.get_single_uid()) {