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
Description
3474152
ci(host): Also run clippy without --testsSo that it reports code that's used only in tests as unused.
457e9bb
feat(host): Support attaching vCardThis is a new option added in Thunderbird 102.
Note that we should avoid serialising this field if the user did not change it [1]:
[1] https://webextension-api.thunderbird.net/en/stable/compose.html#composedetails
Checklist
Is this a breaking change?
No
Test results
Closes #94