diff options
| author | Barry Warsaw | 2010-08-11 09:02:29 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2010-08-11 09:02:29 -0400 |
| commit | b291fddae14ea2e52874e643bac263375b00d708 (patch) | |
| tree | 5d6d00400deed2e4beb2d2879feff92eea79d313 /src/mailman/model/mailinglist.py | |
| parent | 74be65c1ac8fcfd206ad26d9c61b8521fc86bda2 (diff) | |
| download | mailman-b291fddae14ea2e52874e643bac263375b00d708.tar.gz mailman-b291fddae14ea2e52874e643bac263375b00d708.tar.zst mailman-b291fddae14ea2e52874e643bac263375b00d708.zip | |
Diffstat (limited to 'src/mailman/model/mailinglist.py')
| -rw-r--r-- | src/mailman/model/mailinglist.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman/model/mailinglist.py b/src/mailman/model/mailinglist.py index 566e24341..f81b5099a 100644 --- a/src/mailman/model/mailinglist.py +++ b/src/mailman/model/mailinglist.py @@ -70,6 +70,8 @@ class MailingList(Model): list_id = Unicode() include_list_post_header = Bool() include_rfc2369_headers = Bool() + advertised = Bool() + anonymous_list = Bool() # Attributes not directly modifiable via the web u/i created_at = DateTime() admin_member_chunksize = Int() @@ -91,8 +93,6 @@ class MailingList(Model): admin_immed_notify = Bool() admin_notify_mchanges = Bool() administrivia = Bool() - advertised = Bool() - anonymous_list = Bool() archive = Bool() archive_private = Bool() archive_volume_frequency = Int() |
