Hi, I would like to see if it is possible to add the repository name to the email subject (see mail_review_request); or allow admins to configure the mail subject.
subject = "Review Request %d: %s" % (review_request.display_id, summary) subject = "[%s] Review Request %d: %s" % (review_request.repository.name, review_request.display_id, summary) The rationale is that there are a lot of repositories that developers are subscribed to, and being able to skim through review email headers would make them more productive. Thanks, Damien -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
