diff options
| author | Barry Warsaw | 2012-12-29 23:31:50 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2012-12-29 23:31:50 -0500 |
| commit | 232dda432a0033f1857dbe4f1957ad29c498ba53 (patch) | |
| tree | c484f54ee6a01b4c447462d024cedc5357a77e66 /src/mailman/styles/default.py | |
| parent | 582d6e486f9693a2ce082071b747eec468df19b6 (diff) | |
| download | mailman-232dda432a0033f1857dbe4f1957ad29c498ba53.tar.gz mailman-232dda432a0033f1857dbe4f1957ad29c498ba53.tar.zst mailman-232dda432a0033f1857dbe4f1957ad29c498ba53.zip | |
Diffstat (limited to 'src/mailman/styles/default.py')
| -rw-r--r-- | src/mailman/styles/default.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mailman/styles/default.py b/src/mailman/styles/default.py index 138d49872..af0151c71 100644 --- a/src/mailman/styles/default.py +++ b/src/mailman/styles/default.py @@ -54,7 +54,6 @@ class DefaultStyle: mlist = mailing_list # List identity. mlist.display_name = mlist.list_name.capitalize() - mlist.style_name = self.name mlist.include_rfc2369_headers = True mlist.allow_list_posts = True # Most of these were ripped from the old MailList.InitVars() method. |
