Feature #5643
closed
Add X-Redmine-Sender header to email notifications
Added by Jean-Jacques Mérillon over 14 years ago.
Updated almost 13 years ago.
Category:
Email notifications
Description
Hi,
I think it would be great if we could sort mail by sender. For example I want be able to color in light gray mail sent when I do an action on Redmine.
Could you please add X-Redmine-sender header to email notification.
JJay
Files
This is already implemented. See source:trunk/app/models/mailer.rb#L345.
An example would be
X-Redmine-Issue-Author: thelogin
X-Redmine-Issue-Id: 5643
Precedence: bulk
X-Redmine-Project: redmine
X-Mailer: Redmine
Auto-Submitted: auto-generated
X-Redmine-Site: Redmine
X-Redmine-Host: www.redmine.org
Using these headers (and the additional ones for the various notification types) you should be able to effectively filter your mail.
Holger Just wrote:
This is already implemented. See source:trunk/app/models/mailer.rb#L345.
Using these headers (and the additional ones for the various notification types) you should be able to effectively filter your mail.
No, It's not the feature I wish. I want be able to filter on notification sender. For example in the mail I received when you posted a reply to my ticket I unable to see that you are the sender.
I wish a new header like that :
X-Redmine-sender: Holger
X-Redmine-Issue-Author: jjay
X-Redmine-Issue-Id: 5643
Precedence: bulk
X-Redmine-Project: redmine
X-Mailer: Redmine
Auto-Submitted: auto-generated
X-Redmine-Site: Redmine
X-Redmine-Host: www.redmine.org
JJay
Hi,
I just added a patch for this feature. It's a really simple patch !
JJay
- Target version set to Candidate for next major release
- Subject changed from Add X-Redmine-sender header to email notifications to Add X-Redmine-Sender header to email notifications
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Target version changed from Candidate for next major release to 1.4.0
- Resolution set to Fixed
Added in r8785. The header is X-Redmine-Sender
.
Also available in: Atom
PDF