tl;dr Thunderbird will remain independent, but legally and fiscally be part of Mozilla (rather than e.g. The Document Foundation (of LibreOffice) or the SFC). Also of note: apparently Thunderbird is receiving enough donations, and has been for a while, to give faith that it will be able to manage just fine independently. Good news IMHO.
I wonder if email providers would pay for to be included as an easy setup/signups in Thunderbird? Sort of like search engines pay to be the default in Firefox
Thunderbird’s Future Home
21–30 of 126 posts
Re: Thunderbird’s Future Home
#22A Bright Future The Thunderbird Council is optimistic about the future. With the organizational question settled, we can focus on the technical challenges ahead. Thunderbird will remain a Gecko-based application at least in the midterm, but many of the technologies Thunderbird relies upon in that platform will one day no longer be supported. The long term plan is to migrate our code to web technologies Mozilla dumps…
Last time this topic came up on HN, someone linked to a thread on tb-planning where the post-XUL future was discussed. IIRC the "slow rewrite" was considered unworkable, and the proposed plan was to restart from scratch using "web technologies" while continuing doing basically security updates for the classic XUL TB until the replacement is ready.
As an aside, what "web technologies" exactly meant wasn't discussed. Is it electron? Or something mozilla-based like the servo + browser.html experiment? Or running a separate server process and connect to it using a normal browser (like e.g. mailpile does)?
Re: Thunderbird’s Future Home
#23Re: Thunderbird’s Future Home
#24I still use mutt when I really want an email powertool, but I can't use it as my daily email client any more (and haven't for years) now that HTML emails are so prevalent.
I use lots of plugins with Thunderbird (Copy Sent to Currrent, Enigmail, External Editor, Nostalgy, QuickFolders, Identity Chooser, Mail Redirect, ...) to try to bring back some of the functionality I'm used to with mutt and it works quite well now.
In recent months I find Thunderbird needs restarting once a day which is frustrating. It goes into some kind of internal loop processing an email and never returns. Probably a consequence of too many plugins!
Re: Thunderbird’s Future Home
#25> A Bright Future > The long term plan is to migrate our code to web technologies
Re: Thunderbird’s Future Home
#26I don't use Thunderbird, but I like that it exists and I hope they survive. Perhaps because it's my life boat if I need to abandon spying web hosted clients (gmail etc).
I also like that Thunderbird exists, I don't use it, but my wife does. That said, if you want a web-hosted client for standard email, why not give self-hosting RainLoop a try?
Re: Thunderbird’s Future Home
#27I use Thunderbird as my main email client and I have a bit of a love-hate relationship with it! I have a complicated email set up with 1000s of folders, and lots of mail accounts and filtering and by and large it does a great job. I still use mutt when I really want an email powertool, but I can't use it as my daily email client any more (and haven't for years) now that HTML emails are so prevalent. I use lots of plu…
Whats the problem? What prevents you from viewing HTML emails as plain text? Often, that's more readable anyway.
Just put the following lines into your ~/.mailcap file:
text/html; w3m $(grep -qi 'content-type.*charset' %s || echo '-I UTF-8') -dump %s; nametemplate=%s.html; copiousoutput
Feel free to skip the encoding fix, or to use another html-to-text converter than the text browser w3m.Re: Thunderbird’s Future Home
#28Earlier quoted context omitted.
Yeah, the search is really terrible.
I'm thinking when Windows 7 expires in 2020 and I have to migrate to Linux because Microsoft hates having paying customers such as myself, I'll probably move to either Mint or Ubuntu and install a local Sphinx Search server specifically so I can search Thunderbird emails.
Re: Thunderbird’s Future Home
#29A Bright Future The Thunderbird Council is optimistic about the future. With the organizational question settled, we can focus on the technical challenges ahead. Thunderbird will remain a Gecko-based application at least in the midterm, but many of the technologies Thunderbird relies upon in that platform will one day no longer be supported. The long term plan is to migrate our code to web technologies Mozilla dumps…
> how is the plan to slowly rewrite it viable? Last time this topic came up on HN, someone linked to a thread on tb-planning where the post-XUL future was discussed. IIRC the "slow rewrite" was considered unworkable, and the proposed plan was to restart from scratch using "web technologies" while continuing doing basically security updates for the classic XUL TB until the replacement is ready. As an aside, what "web…
Re: Thunderbird’s Future Home
#30I use Thunderbird as my main email client and I have a bit of a love-hate relationship with it! I have a complicated email set up with 1000s of folders, and lots of mail accounts and filtering and by and large it does a great job. I still use mutt when I really want an email powertool, but I can't use it as my daily email client any more (and haven't for years) now that HTML emails are so prevalent. I use lots of plu…
> I can't use [mutt] as my daily email client [...] now that HTML emails are so prevalent. Whats the problem? What prevents you from viewing HTML emails as plain text? Often, that's more readable anyway. Just put the following lines into your ~/.mailcap file: text/html; w3m $(grep -qi 'content-type.*charset' %s || echo '-I UTF-8') -dump %s; nametemplate=%s.html; copiousoutput Feel free to skip the encoding fix, or to…
I like mutt, I used it for nearly a decade as my primary method for handling work emails, but unfortunately HTML email is the way of the world and it got to a point where mutt was hindering me (and others) more than it was aiding me.