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
110 stars 6 forks source link

feat: Do not serialise empty custom headers array #111

Closed Frederick888 closed 1 year ago

Frederick888 commented 1 year ago

Description

36ce219 feat: Do not serialise empty custom headers array

There are some unexpected side effects according to [1], where other unrelated headers like In-Reply-To, References, etc. were purged. This minimises the blast radius.

[1] https://github.com/Frederick888/external-editor-revived/issues/110

Checklist

Is this a breaking change?

No

Test results