this post was submitted on 10 Feb 2023
52 points (96.4% liked)
Open Source
31031 readers
834 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The issue is that thunderbird is apparently built on top of firefox code, so I expect there's a similar level of layers upon layers of bloat as with many electron apps. But this rebuilding project seems to be focused on the UI side of things and changing how things look, so I don't know if it'll actually improve in terms of performance (it might help a bit though, since they intend to remove stuff and clean up the code on the Thunderbird side of things).
Personally, I feel it would be more interesting to turn it into a Firefox extension (and extend the extensions API where necessary), so the resources that are shared could be actually shared. That, or fully embrace K-9 Mail (the android app that they partnered with and which will become Thunderbird mobile) and adapt it for the desktop.
Turning it into a Firefox plugin would be quite ironic as that was what it used to be pretty much before the Mozilla browser was split into Firefox and Thunderbird.
@Ferk On the other hand, Firefox runs just fine on the same machine. It makes me wonder if Firefox got several rounds of optimization after the code bases were split.