Add the branch name to the beginning of the subject line for outgoing emails.
Bug: GERRIT-154
This commit is contained in:
@@ -652,6 +652,9 @@ public class ChangeMail {
|
||||
|
||||
private void initSubject() throws MessagingException {
|
||||
final StringBuilder subj = new StringBuilder();
|
||||
subj.append("[");
|
||||
subj.append(change.getDest().getShortName());
|
||||
subj.append("] ");
|
||||
subj.append("Change ");
|
||||
subj.append(change.getChangeId());
|
||||
subj.append(": (");
|
||||
|
||||
Reference in New Issue
Block a user