diff options
| author | bwarsaw | 2002-10-15 02:19:05 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-10-15 02:19:05 +0000 |
| commit | dcdc9e00947a5e0b3e71b5bcb8ff3c3174d4a7da (patch) | |
| tree | 433e5190df20d6d81bae732c421a25a0c71e200e /Mailman/Archiver/HyperArch.py | |
| parent | ba9461ca1b654f0007d3e91b047d280eff8525ad (diff) | |
| download | mailman-dcdc9e00947a5e0b3e71b5bcb8ff3c3174d4a7da.tar.gz mailman-dcdc9e00947a5e0b3e71b5bcb8ff3c3174d4a7da.tar.zst mailman-dcdc9e00947a5e0b3e71b5bcb8ff3c3174d4a7da.zip | |
Diffstat (limited to 'Mailman/Archiver/HyperArch.py')
| -rw-r--r-- | Mailman/Archiver/HyperArch.py | 2 |
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 |
