aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-09-13 12:19:41 +0200
committerAndreas Schneider <mail@cynapses.org>2009-09-13 12:19:41 +0200
commit9d2fe21a00062679cbbe9fd99eee471ef7bb2aa3 (patch)
tree9110ae66f3031fbeb1fa80ff3eb0d2d877fe9f4b
parent382e0ee873713a2876b3a030c877cf4f7284b140 (diff)
downloadmlmmj-webarchiver-9d2fe21a00062679cbbe9fd99eee471ef7bb2aa3.tar.gz
mlmmj-webarchiver-9d2fe21a00062679cbbe9fd99eee471ef7bb2aa3.tar.xz
mlmmj-webarchiver-9d2fe21a00062679cbbe9fd99eee471ef7bb2aa3.zip
Added missing variable in the config file.
-rw-r--r--mlmmj-webarchiver/mlmmj-webarchiver.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/mlmmj-webarchiver/mlmmj-webarchiver.conf b/mlmmj-webarchiver/mlmmj-webarchiver.conf
index 5a6bf21..922d129 100644
--- a/mlmmj-webarchiver/mlmmj-webarchiver.conf
+++ b/mlmmj-webarchiver/mlmmj-webarchiver.conf
@@ -18,9 +18,12 @@ RCFILE="/etc/mlmmj-webarchiver/mhonarc.rc"
# should be set with hypermail config!)
DIRMODES="755"
-# index file copied into new lists main dir
+# skeleton directory copied into new archive main dir
SKEL="/etc/mlmmj-webarchiver/skel"
+# index file copied into new lists dir
+NEW_LIST_INDEX="/etc/mlmmj-webarchiver/index.php.newlist"
+
# create archive as maildir zip?
ZIP_ARCHIVE="no"