Frederick888 / external-editor-revived

External Editor Revived is a Thunderbird MailExtension which allows editing emails in programs such as Vim, Neovim, Emacs, etc.
GNU General Public License v3.0
113 stars 6 forks source link

Missing empty lines after cited lines #92

Open Frederick888 opened 1 year ago

Frederick888 commented 1 year ago

Description

In Neovim I have

> Hello

World!

After exiting Neovim, in Thunderbird compose window it becomes

> Hello
World!

And both lines are coloured blue.

Environment

Configuration

Neovim

Logs

In logs the extension did receive the empty line from messaging host. It was only lost after calling messenger.compose.setComposeDetails(tabId, composeDetails).


https://bugzilla.mozilla.org/show_bug.cgi?id=1819890