summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2002-10-15 02:19:05 +0000
committerbwarsaw2002-10-15 02:19:05 +0000
commitdcdc9e00947a5e0b3e71b5bcb8ff3c3174d4a7da (patch)
tree433e5190df20d6d81bae732c421a25a0c71e200e
parentba9461ca1b654f0007d3e91b047d280eff8525ad (diff)
downloadmailman-dcdc9e00947a5e0b3e71b5bcb8ff3c3174d4a7da.tar.gz
mailman-dcdc9e00947a5e0b3e71b5bcb8ff3c3174d4a7da.tar.zst
mailman-dcdc9e00947a5e0b3e71b5bcb8ff3c3174d4a7da.zip
-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