This version has a fix for breaking mails that contain HTML comments
closed with +2 dashes.
HTML comments closed with more than two dashes weren't handled correctly
by linkify. Causing the comments' closing `>` to be escaped and replaced
by `>`
This resulted in actual markup being commented out.
Example:
`<div><!--comment--->Actual markup</div>`
becomes
`<div><!--comment--->Actual markup</div>-->`
This commit splits the settings files in:
- Common for components and screen used by both apps;
- Mail for settings related with the mail app;
- Calendar for settings related with the calendar app.
Co-authored-by: Murilo Pereira <34790144+murilopereirame@users.noreply.github.com>