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

feat: Support attaching vCard #93

Closed Frederick888 closed 1 year ago

Frederick888 commented 1 year ago

Description

3474152 ci(host): Also run clippy without --tests

So that it reports code that's used only in tests as unused.

457e9bb feat(host): Support attaching vCard

This is a new option added in Thunderbird 102.

Note that we should avoid serialising this field if the user did not change it [1]:

If the value has not been modified, selecting a different identity
will load the default value of the new identity.

[1] https://webextension-api.thunderbird.net/en/stable/compose.html#composedetails

Checklist

Is this a breaking change?

No

Test results

Closes #94