summaryrefslogtreecommitdiff
path: root/plugins/zipdownload/config.inc.php.dist
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-04-18 10:13:51 +0200
committerAleksander Machniak <alec@alec.pl>2014-04-18 10:13:51 +0200
commited1ceea87829093ddd62bf214e56213bf4d91c2f (patch)
treea59617f4bcf108b40beb08779f9af3941b238819 /plugins/zipdownload/config.inc.php.dist
parente5a77d2634cd165da7bc6f86bb08fe21d9e357ea (diff)
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
Diffstat (limited to 'plugins/zipdownload/config.inc.php.dist')
-rw-r--r--plugins/zipdownload/config.inc.php.dist3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/zipdownload/config.inc.php.dist b/plugins/zipdownload/config.inc.php.dist
index 0b2d14b60..171b4aea5 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;