2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-05 08:59:27 +08:00

FEATURE: add Precedence header

This commit is contained in:
Arpit Jalan 2014-10-09 01:27:30 +05:30
parent 0c739bb5b6
commit 47d48b4dd8
2 changed files with 12 additions and 0 deletions

View file

@ -87,6 +87,9 @@ module Email
@message.header['List-ID'] = list_id
@message.header['List-Archive'] = topic.url if topic
# http://www.ietf.org/rfc/rfc3834.txt
@message.header['Precedence'] = 'list'
end
if reply_key.present?