Hi,
There is a thunderbird extension that allows you to pop open the email compose window into an external editor: https://github.com/Frederick888/external-editor-revived/
It's rust based and appears to have one build dep that isn't in Fedora right now: https://crates.io/crates/web-ext-native-messaging
The external editor isn't on crates.io, but I can make the necessary modifications to the spec file (generated by rust2rpm) to deal with that.
For web-ext-native-messaging I generated a spec using rust2rpm and built it pretty easy. Since it follows the normal pattern is there a way for the rust sig to import and maintain the web-ext-native-messaging dep?
For external-editor-revived, since it's not a library (not a build dep of anything) I assume I should name the RPM `external-editor-revived` without the rust- prefix, correct?
Thanks for any help here!
Dusty