Earlier quoted context omitted.
I'm still using Thunderbird, which is barely maintained for a decent standalone IMAP client - it's beginning to feel pretty ridiculous. I was having some search issues the other day and I looked at alternatives - the options were basically Outlook, Claws Mail which is ugly as sin, eM Client which is Windows only and Mailspring which actually looked pretty good... right up until it asked me to make an account for use…
I still find Opera Mail works best, even though it is unmaintained. It has superfast search and not as sluggish as Thunderbird.
Meli email client, pre-alpha release
121–130 of 136 posts
Re: Meli email client, pre-alpha release
#122Earlier quoted context omitted.
I'm kind of in the same situation, except that I've abandoned desktop mail clients since moving away from OS X. Mail.app had its problems, and seemed to be getting worse, but it's the only local mail client I've been able to tolerate for some time. Now I just forward my IMAP accounts to gmail. This is horrible for many reasons (don't lecture me, I know), but I haven't been able to find a good solution and messing abo…
I have my gmail accounts forward to fastmail (And then filter). I've had this setup for years now, not sure exactly but easily 5+ years, and I'm super happy with it. I do really wish I could find a better email client though, but Thunderbird is "good enough" for now. I don't get a warm fuzzy feeling using it, but I also don't rage at it not working constantly.
Re: Meli email client, pre-alpha release
#123Earlier quoted context omitted.
I also think many GUI are too bloated or other problems (and most widget sets don't implement scrollbars like Xaw, and use antialiased fonts with too much kerning, and other problems). TUI can help many things, although also command-line interfaces are. (I use Heirloom-mailx, which is email program with command-line interface; and I am also writing a NNTP client software with command-line interface too.)
> and most widget sets don't implement scrollbars like Xaw Do you consider Xaw scrollbars a feature? They feel totally inconvenient to use with their weird "the position you click at is the amount to scroll and the button to use is the direction to scroll" behavior. The only way i use such a scrollbar myself is with middle clicking since that is the only way i find them usable.
Re: Meli email client, pre-alpha release
#124With all respect for the hard work done on this client, but is it just me or is the TUI getting too much attention recently?? I think the GUI stacks are too bloated or too hideous (electron, cpp/qt,c# and it's limitations, etc...) to work with these days so much that the cool kids (hardcore techy people) just gave up and started doing TUIs to solve their own problems directly?
Re: Meli email client, pre-alpha release
#125A big disadvantage with TUI based email clients is it can only work with English or latin script based languages. Complex scripts( https://en.wikipedia.org/wiki/Complex_text_layout ) does not render properly in terminals.
Recent versions of Emacs support a modern text-shaping engine, Harfbuzz, when run in GUI mode, which is another option for emacs-based mail clients. I guess it's maybe not technically a TUI in this case, but emacs mail clients are still very TUI-like, even when run in non-terminal emacs.
Re: Meli email client, pre-alpha release
#126With all respect for the hard work done on this client, but is it just me or is the TUI getting too much attention recently?? I think the GUI stacks are too bloated or too hideous (electron, cpp/qt,c# and it's limitations, etc...) to work with these days so much that the cool kids (hardcore techy people) just gave up and started doing TUIs to solve their own problems directly?
I wonder if it would be possible to do a GUI mostly-drop-in replacement for ncurses. Immediate advantages, at least for me: - a possibility to use proportional fonts, it's more pleasant for me and increases content density - borders and other decorations could be smaller, increasing density - smooth scrolling could be implemented, which is nice - it could better integrate with desktop environment Possible and very mu…
Re: Meli email client, pre-alpha release
#127Earlier quoted context omitted.
I switched to using TUIs for everything except web browsing ~8 years ago (and I switched from GMail to Mutt ~3 years ago). I honestly can't imagine going back (I'm a Linux user so this might bias my viewpoint). GUIs either feel dated or sluggish, and I find that there are far more mature and continually-maintained TUI projects for most developer-related tasks than GUI ones. This is probably because (Linux) developers…
You can switch the last one (web browsing) to TUI as well via Browsh [1]. Uses Firefox internally. [1] https://www.brow.sh/
Re: Meli email client, pre-alpha release
#128Earlier quoted context omitted.
TUIs aren’t getting any more or less attention than they’ve always gotten. I guess you could argue that with the recent-ish rise of new CLI-friendly languages and frameworks like Go, Rust and Node that the people are reinventing the wheel in terms of terminal based tooling. However there has always been a strong undercurrent of people favouring the terminal for most types of work (myself included).
Some TUIs even have mouse (optional) support.
Re: Meli email client, pre-alpha release
#129Is everyone forgetting about mutt ( http://www.mutt.org/ ) being a thing?
Re: Meli email client, pre-alpha release
#130Earlier quoted context omitted.
Some TUIs even have mouse (optional) support.
vim has that, and it drives me nuts. i use the mouse to select text in a terminal to copy it elsewhere outside of the terminal, but when vim is running that doesn't work, and i end up disabling mouse support every time because of that.