Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(host): Stop unnecessarily trimming email bodies #49

Merged
merged 1 commit into from
Jul 19, 2022
Merged

Conversation

Frederick888
Copy link
Owner

@Frederick888 Frederick888 commented Jul 19, 2022

Description

The body was trimmed since it kept adding blank lines to the end of my
emails. I thought it was a Neovim fileformat=dos issue but it turned out
the culprit was an writeln!() by mistake when writing temporary files.

Hence replacing the writeln!() with write!() and stopping trimming
bodies.

Checklist

  • I have rebased my branch so that it has no conflicts
  • I have added tests where appropriate
  • Commit messages are compliant with Conventional Commits

Is this a breaking change?

Test results

  • OS:
  • Thunderbird version:

The body was trimmed since it kept adding blank lines to the end of my
emails. I thought it was a Neovim fileformat=dos issue but it turned out
the culprit was an writeln!() by mistake when writing temporary files.

Hence replacing the writeln!() with write!() and stopping trimming
bodies.
@Frederick888 Frederick888 marked this pull request as ready for review July 19, 2022 11:25
@Frederick888 Frederick888 merged commit fa0922a into master Jul 19, 2022
@Frederick888 Frederick888 deleted the fix-eol branch July 19, 2022 11:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant