Hacker News new | ask | show | jobs
by manicbovine 4790 days ago
> 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.)

1 comments

Another mutt user here. It's the best email client I've used, and that's saying a lot, covering a bunch of years, and includes recent and modern ones.

It's fast, light, and the keyboard-driven functionality works very, very well for me.

The main issues I've got with it:

Plays poorly when others send highly formatted mail. I prefer treating email as straight text. HTML-marked up email with color to indicate, say, various quoting levels, obviously doesn't work (it's fragile in any regard). I'll generally keep a secondary GUI mailer (usually KMail from Kontact, the KDE PIM) for such needs.

Lack of native tag support. Gmail's ability to tag messages is useful. There are extensions and rewrites which offer similar functionality in mutt.

Slow performance on very large mailboxes. With >10k messages, I start seeing performance fall of for various mailbox operations, especially search. There are indexing tools to speed this.