diff options
Diffstat (limited to 'Mailman/Gui/Autoresponse.py')
| -rw-r--r-- | Mailman/Gui/Autoresponse.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Mailman/Gui/Autoresponse.py b/Mailman/Gui/Autoresponse.py index ff2e8397a..86909fca9 100644 --- a/Mailman/Gui/Autoresponse.py +++ b/Mailman/Gui/Autoresponse.py @@ -25,7 +25,9 @@ class Autoresponse: def GetConfigCategory(self): return 'autoreply', _('Auto-responder') - def GetConfigInfo(self, mlist): + def GetConfigInfo(self, mlist, category, subcat=None): + if category <> 'autoreply': + return None WIDTH = mm_cfg.TEXTFIELDWIDTH return [ |
