jeevatkm/ReplyWithHeaderMozilla

Sent header in Dutch contains a word, which should be omitted

Nomes77 opened this issue · 2 comments

It is not a big deal, the Duth 'om' in the date should be omitted when outlook extended is activated.
afbeelding
afbeelding

See original Outlook:
afbeelding

@BPower0036 I have looked at it. I'm not inserting the word 'om'. RWH uses the international date format function from TB.

let ds = new Intl.DateTimeFormat(locale, options).format(d);

It is not a big problem, but then I know the international date format function from TB is not the same as Outlook.