Vote #67378
完了Add X-Redmine-Sender header to email notifications
0%
説明
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
journals
This is already implemented. See source:trunk/app/models/mailer.rb#L345.
An example would be
<pre>
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
</pre>
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
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
There is a plugin which can be reused
http://www.redmine.org/plugins/redmine_mail_sender
--------------------------------------------------------------------------------
Added in r8785. The header is @X-Redmine-Sender@.
--------------------------------------------------------------------------------
related_issues
relates,Closed,5405,change Emission mail address to the operating user