|
|
|
|
|
by sp332
4791 days ago
|
|
When Gmail first launched, they made a big deal of the fact that their user testing revealed ~11 different types of user with distinct workflows. They made sure the Gmail interface supported all those workflows well. It seems like the new interface is going after just one or two, and making life harder for everyone else. I think I will switch back to a desktop email client for day-to-day use and only use the web interface when I'm on a different computer. |
|
I primarily use Mutt because I spend most of my time in a console. I know Mutt gets a bad rap, but it's actively developed, super fast, has excellent (customizable) keyboard shortcuts, and is dead-simple to use if you're already on the command line. Plus, you can bring along your favorite text editor for composition. Mutt also handles gmail labels relatively well.
Furthermore, tmux + powerline + mutt means that I get new mail notifications from the console, and switching to mutt is a key combination away. This setup is particularly helpful if I'm emailing about technical matters, since I can split the pane and view whatever code/data/mathematics is under discussion in the email thread.
(One point of irritation is that bash doesn't seem to fully support powerline.)