diff options
| author | Barry Warsaw | 2012-03-15 15:48:41 -0700 |
|---|---|---|
| committer | Barry Warsaw | 2012-03-15 15:48:41 -0700 |
| commit | ac0f1c3916e797f3a2261e9a2631e496fb90a8f1 (patch) | |
| tree | 441a8e2b32de59f466a837f072120c36c92f60d4 /src/mailman/styles/default.py | |
| parent | 0589c867988dc70cbe83a53bc9d1e2bbf3108b82 (diff) | |
| download | mailman-ac0f1c3916e797f3a2261e9a2631e496fb90a8f1.tar.gz mailman-ac0f1c3916e797f3a2261e9a2631e496fb90a8f1.tar.zst mailman-ac0f1c3916e797f3a2261e9a2631e496fb90a8f1.zip | |
Diffstat (limited to 'src/mailman/styles/default.py')
| -rw-r--r-- | src/mailman/styles/default.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman/styles/default.py b/src/mailman/styles/default.py index 95672c62c..471b43272 100644 --- a/src/mailman/styles/default.py +++ b/src/mailman/styles/default.py @@ -55,7 +55,7 @@ class DefaultStyle: # For cut-n-paste convenience. mlist = mailing_list # List identity. - mlist.real_name = mlist.list_name.capitalize() + mlist.display_name = mlist.list_name.capitalize() mlist.list_id = '{0.list_name}.{0.mail_host}'.format(mlist) mlist.include_rfc2369_headers = True mlist.include_list_post_header = True @@ -132,7 +132,7 @@ from: .*@uplinkpro.com # Max autoresponses per day. A mapping between addresses and a # 2-tuple of the date of the last autoresponse and the number of # autoresponses sent on that date. - mlist.subject_prefix = _('[$mlist.real_name] ') + mlist.subject_prefix = _('[$mlist.display_name] ') mlist.header_uri = None mlist.footer_uri = 'mailman:///$listname/$language/footer-generic.txt' # Set this to Never if the list's preferred language uses us-ascii, |
