Commit 32406b9c2890fa9dc0870a88093633d81ef6bff5
Exists in
master
and in
39 other branches
Merge branch 'mailman-archives'
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
colab/settings.py
... | ... | @@ -250,7 +250,7 @@ MESSAGE_TAGS = { |
250 | 250 | COLAB_HOME_URL = '/dashboard' |
251 | 251 | |
252 | 252 | # Super Archives |
253 | -SUPER_ARCHIVES_PATH = '/var/lib/mailman/archives/public' | |
253 | +SUPER_ARCHIVES_PATH = '/var/lib/mailman/archives/private' | |
254 | 254 | SUPER_ARCHIVES_EXCLUDE = [] |
255 | 255 | SUPER_ARCHIVES_LOCK_FILE = '/var/lock/colab/import_emails.lock' |
256 | 256 | ... | ... |