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

Support custom headers #107

Closed Frederick888 closed 1 year ago

Frederick888 commented 1 year ago

Description

6c3b77a feat(host): Support custom headers

b54c6c0 feat: Configuration to always allow custom headers

27acff1 style(ext): Omit explicit property values where possible

93b8bf2 feat(host): Improve help header format

b6d8314 style(host): Replace unnecessary match with if-else

Checklist

Is this a breaking change?

No. Custom headers are disabled by default.

Test results

image

Closes #96