summaryrefslogtreecommitdiff
path: root/src/mailman/styles/default.py
diff options
context:
space:
mode:
authorBarry Warsaw2012-03-15 15:48:41 -0700
committerBarry Warsaw2012-03-15 15:48:41 -0700
commitac0f1c3916e797f3a2261e9a2631e496fb90a8f1 (patch)
tree441a8e2b32de59f466a837f072120c36c92f60d4 /src/mailman/styles/default.py
parent0589c867988dc70cbe83a53bc9d1e2bbf3108b82 (diff)
downloadmailman-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.py4
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,