Aleksander Machniak
2016-01-28 88970315a0e231c9b579b89b5c949c2eb201c279
Fix menu issue after using download-eml action
1 files modified
2 ■■■ changed files
plugins/zipdownload/zipdownload.js 2 ●●● patch | view | raw | blame | history
plugins/zipdownload/zipdownload.js
@@ -54,7 +54,7 @@
    // default .eml download of single message
    if (mode == 'eml') {
        var uid = rcmail.get_single_uid();
        rcmail.goto_url('viewsource', rcmail.params_from_uid(uid, {_save: 1}), true, true);
        rcmail.goto_url('viewsource', rcmail.params_from_uid(uid, {_save: 1}), false, true);
        return;
    }