I have fond memories to using pine
and emacs/rmail
for reading mail in the 90's. At some point I switched over to Gmail plain HTML, but I recently realized I really miss navigating mail with cursor keys, replying with R, etc. And that QUICK, QUICK response to every action that did not involve an HTTP request to some far-off server.
With this in mind, I tried alpine
and mutt
a year ago, and they were extremely complex things. A million settings, and they insisted on downloading my 100.000 emails from Gmail, which of course took forever, and searching was dead slow, and there were so many ways to get lost.
What I suspect, is that UNIX mailers are super-complex, historical beasts trying to cater for every UNIX guru's possible need, with configuration files that require a Ph. D. in astrophysics.
What I'm wondering is, has someone who has taken the following approach:
Make a lightweight, text-based email client for UNIX terminals, but with great simplicity and usability for everyday tasks such as replying/deleting/forwarding mail, threading, super-fast searches even for huge mailboxes, and simply for getting quickly through your inbox. And yeah, some brilliant, seamless way of viewing attachments (this being a text-based environment).
Sort of a "take the best from the minimalism from UNIX and combine it with the usability of the modern Web" kind of approach. I think I would start crying if someone had actually made this.
notmuch
. It's super fast, even on large mailboxes. And don't download your mail if you don't want to have it downloaded, mutt doesn't insist on doing that, it does what you tell it to do. Can't speak about alpine. – Marco Sep 08 '13 at 12:15