diff options
Diffstat (limited to 'Mailman/Defaults.py.in')
| -rw-r--r-- | Mailman/Defaults.py.in | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in index ba35164d9..2e26bee95 100644 --- a/Mailman/Defaults.py.in +++ b/Mailman/Defaults.py.in @@ -463,10 +463,12 @@ METADATA_FORMAT = METAFMT_MARSHAL # This variable controls the order in which list-specific category options are # presented in the admin cgi page. -ADMIN_CATEGORIES = ['general', 'language', 'members', 'privacy', 'nondigest', - 'digest', 'bounce', 'archive', 'gateway', - 'autoreply', 'topics', - ] +ADMIN_CATEGORIES = [ + # First column + 'general', 'passwords', 'language', 'members', 'nondigest', 'digest', + # Second column + 'privacy', 'bounce', 'archive', 'gateway', 'autoreply', 'topics', + ] |
