diff --git a/client/src/email-helper.js b/client/src/email-helper.js index fcbf946b53..bb399f6d0f 100644 --- a/client/src/email-helper.js +++ b/client/src/email-helper.js @@ -459,6 +459,10 @@ class EmailHelper { const dateSentMoment = this.getDateTime().toMoment(dateSent); dateSentString = dateSentMoment.format(format); + + if (dateSentMoment.year() !== this.getDateTime().getNowMoment().year()) { + dateSentString += ', ' + dateSentMoment.year(); + } } let replyHeadString =