From ed1ceea87829093ddd62bf214e56213bf4d91c2f Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Fri, 18 Apr 2014 04:13:51 -0400 Subject: [PATCH] Add possibility to download messages in mbox format (#1486069) Removed "download folder" option, the same can be done by selecting all messages in a folder Code refactoring --- plugins/zipdownload/config.inc.php.dist | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/plugins/zipdownload/config.inc.php.dist b/plugins/zipdownload/config.inc.php.dist index 0b2d14b..171b4ae 100644 --- a/plugins/zipdownload/config.inc.php.dist +++ b/plugins/zipdownload/config.inc.php.dist @@ -9,9 +9,6 @@ // -1 to prevent downloading of attachments as zip $config['zipdownload_attachments'] = 1; -// Zip entire folders -$config['zipdownload_folder'] = false; - // Zip selection of messages $config['zipdownload_selection'] = false; -- Gitblit v1.9.1