#3446 closed enhancement (fixed)
Reduce subscription email subject duplication
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.6.10 | Priority: | normal |
Severity: | normal | Version: | |
Component: | API - Subscriptions | Keywords: | |
Cc: |
Description
bbPress email notifications for thread/forum subscriptions result in duplicated information, as both the Sender and the Email prefix is $blog_name
.
Eg:
From: "Example.org Forums" <noreply@example.org> Subject: [Example.org Forums] Help! My Topic Title!
This provides great context of what the email is, but also makes it harder to scan lots of emails notifications as the site name uses the most valuable space.
Spurred from https://meta.trac.wordpress.org/ticket/6079 / https://github.com/WordPress/wordpress.org/pull/59 I think it'd be reasonable to change it to something like this, where Forum Title
is the forum in which the topic is created.
From: "Example.org Forums" <noreply@example.org> Subject: [Forum Title] Help! My Topic Title!
Change History (3)
Note: See
TracTickets for help on using
tickets.
In 7249: