diff options
Diffstat (limited to 'Mailman/Gui/NonDigest.py')
| -rw-r--r-- | Mailman/Gui/NonDigest.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Mailman/Gui/NonDigest.py b/Mailman/Gui/NonDigest.py index afe9f4b52..f25e3f9e4 100644 --- a/Mailman/Gui/NonDigest.py +++ b/Mailman/Gui/NonDigest.py @@ -27,7 +27,9 @@ class NonDigest: def GetConfigCategory(self): return 'nondigest', _('Non-digest options') - def GetConfigInfo(self, mlist): + def GetConfigInfo(self, mlist, category, subcat=None): + if category <> 'nondigest': + return None WIDTH = mm_cfg.TEXTFIELDWIDTH info = [ |
