Mutt email client 25 years old
mutt.org
Mutt email client 25 years old
1–10 of 161 posts
Re: Mutt email client 25 years old
#2Re: Mutt email client 25 years old
#3I can't imagine doing email without mutt, without all the keyboard shortcuts I have, and without vim as the editor. Thank you mutt. Just what an email client should be. I wish there was better search support but that's about it.
Re: Mutt email client 25 years old
#4Re: Mutt email client 25 years old
#5I can't imagine doing email without mutt, without all the keyboard shortcuts I have, and without vim as the editor. Thank you mutt. Just what an email client should be. I wish there was better search support but that's about it.
Re: Mutt email client 25 years old
#6I haven't used much mutt since.
Re: Mutt email client 25 years old
#7I can't imagine doing email without mutt, without all the keyboard shortcuts I have, and without vim as the editor. Thank you mutt. Just what an email client should be. I wish there was better search support but that's about it.
i recently switched to Thunderbird from Neomutt + Notmuch + afew + gmailieer combination. I was satisfied mutt's responsiveness, simplicity. But more and more emails are only for html based and its conversion to text is horrendous, I had to view Html at its own format. Then Thunderbird becomes a good candidate.
Re: Mutt email client 25 years old
#8I can't imagine doing email without mutt, without all the keyboard shortcuts I have, and without vim as the editor. Thank you mutt. Just what an email client should be. I wish there was better search support but that's about it.
i recently switched to Thunderbird from Neomutt + Notmuch + afew + gmailieer combination. I was satisfied mutt's responsiveness, simplicity. But more and more emails are only for html based and its conversion to text is horrendous, I had to view Html at its own format. Then Thunderbird becomes a good candidate.
text/html; elinks -dump %s; nametemplate=%s.html; copiousoutputRe: Mutt email client 25 years old
#9Setup:
* Mutt (I had slowdowns with NeoMutt)
* Vim with four e-mail specific lines in the `vimrc`
* fdm for retrieval and delivery rules
* Syncthing for synchronisation between machines (it is just files! although ~1,000,000 of them…)
* tmux to give me a single horizontal split so that I can browse and compose at the same time
* Notmuch for search
* Lynx to beat text/html into shape
* a tiny snooze shell script of my own coupled with an equally tiny unsnooze shell script that runs every few minutes on a box that is on 24/7
That is it, although I have to admit that I should clean up my `muttrc` at this point as it is an outright mess. There are always more tweaks one could perform, my next one probably being figuring out tagging and then sending multiple mails to the snooze script. But one has to exercise a bit of self restraint or get less rather than more work done due to “over tweaking”.
Gripes? Well, the configuration is very arcane at times and monolithic; you wish you had a more modern, scriptable, and modular interface. If so, you could probably cut down the time it takes to get something working by more than half. I also suffer occasional CPU spikes, perhaps due to some weird interaction with Syncthing when both monitor directories.
Other than that, it is very smooth and pleasant sailing. HTML e-mails in particular hardly if ever pose a challenge after I got Lynx into the mix.
Re: Mutt email client 25 years old
#10Earlier quoted context omitted.
i recently switched to Thunderbird from Neomutt + Notmuch + afew + gmailieer combination. I was satisfied mutt's responsiveness, simplicity. But more and more emails are only for html based and its conversion to text is horrendous, I had to view Html at its own format. Then Thunderbird becomes a good candidate.
Similarly to sibling comment, I just set in mailcap: text/html; elinks -dump %s; nametemplate=%s.html; copiousoutput
If those people had simply sent only text/html and not a useless text/plain that only says that kind of stuff then everything would have worked fine.
Stuff like that makes me want to quit using mutt, and no fault of mutt mind you.
But laziness has kept me to using mutt for reading my self hosted mail for many years now.