summaryrefslogtreecommitdiff
path: root/Mailman/Gui/Archive.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/Gui/Archive.py')
-rw-r--r--Mailman/Gui/Archive.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/Mailman/Gui/Archive.py b/Mailman/Gui/Archive.py
index b605b99b5..2f60cc4d1 100644
--- a/Mailman/Gui/Archive.py
+++ b/Mailman/Gui/Archive.py
@@ -23,7 +23,9 @@ class Archive:
def GetConfigCategory(self):
return 'archive', _('Archiving Options')
- def GetConfigInfo(self, mlist):
+ def GetConfigInfo(self, mlist, category, subcat=None):
+ if category <> 'archive':
+ return None
return [
_("List traffic archival policies."),