From 88970315a0e231c9b579b89b5c949c2eb201c279 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Thu, 28 Jan 2016 05:17:08 -0500 Subject: [PATCH] Fix menu issue after using download-eml action --- plugins/zipdownload/zipdownload.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/plugins/zipdownload/zipdownload.js b/plugins/zipdownload/zipdownload.js index 0868ad0..6f918d2 100644 --- a/plugins/zipdownload/zipdownload.js +++ b/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; } -- Gitblit v1.9.1