Split PLAINTEXT and HTML recipients regardless of fromId
Change-Id: I11b4b926f53e1e5be67193d2d9a90a6d7bd085e6
This commit is contained in:
parent
9146a9508f
commit
de528d3f91
@ -147,7 +147,7 @@ public abstract class OutgoingEmail {
|
||||
//
|
||||
removeUser(fromUser);
|
||||
}
|
||||
|
||||
}
|
||||
// Check the preferences of all recipients. If any user has disabled
|
||||
// his email notifications then drop him from recipients' list.
|
||||
// In addition, check if users only want to receive plaintext email.
|
||||
@ -165,7 +165,6 @@ public abstract class OutgoingEmail {
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Set Reply-To only if it hasn't been set by a child class
|
||||
// Reply-To will already be populated for the message types where Gerrit supports
|
||||
|
Loading…
Reference in New Issue
Block a user