summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mailman/Archiver/HyperArch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Archiver/HyperArch.py b/Mailman/Archiver/HyperArch.py
index 49d5919ed..c4078c912 100644
--- a/Mailman/Archiver/HyperArch.py
+++ b/Mailman/Archiver/HyperArch.py
@@ -489,7 +489,7 @@ class HyperArchive(pipermail.T):
IQUOTES = 1 # Italicize quoted text.
SHOWBR = 0 # Add <br> onto every line
- def __init__(self, maillist, unlock=1):
+ def __init__(self, maillist, unlock=0):
# can't init the database while other processes are writing to it!
# XXX TODO- implement native locking
# with mailman's LockFile module for HyperDatabase.HyperDatabase