Remove redundant information from subject

When the release announces were posted on the general -announce
list, subject lines contained "[new]" and "release" keywords to
make it clear what the announce was about. Now that they are
posted to a specific list, this information is redundant and
wastes precious space.

Change-Id: Iee60c7f0d7c87de4bafdcce90ff5aa25b60fe649
This commit is contained in:
Thierry Carrez 2016-11-17 10:00:59 +01:00
parent a1b4f14a46
commit 6fec33d6e8
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ EMAIL_HEADER_TPL = """
From: {{email_from}}
To: {{email_to}}
Reply-To: {{email_reply_to}}
Subject: [new]{{email_tags}} {{project}} {{end_rev}} release{% if series %} ({{series}}){% endif %}
Subject: {{email_tags}} {{project}} {{end_rev}}{% if series %} ({{series}}){% endif %}
{% endif %}
"""