Anyway, if you email me, it will arrive on my virtual private server, and I will read it with Mutt.
Mutt email client 25 years old
21–30 of 161 posts
Re: Mutt email client 25 years old
#22I am pretty sure mutt would have done it too, I used mh because I had the muscle memory
Re: Mutt email client 25 years old
#23For console email, I still use Alpine. Can anyone elaborate on the benefits (if any) of switching to Mutt?
mutt is the best MUA for dealing with large quantities of email. The key to this is the limit/tag workflow. (I wrote it up a few years ago here: https://blog.randomstring.org/2016/09/26/secrets-of-mutt/ ) In brief, you use the limit command to see only the email you are interested in, then use the tag command to do something to those specific messages. Both limit and tag use the same pattern language to specify From,…
Re: Mutt email client 25 years old
#24I'm still using mutt, although Jean-Pierre passed away three years ago.
https://www.legacy.com/obituaries/nytimes/obituary.aspx?n=je...
I believe that at the time he started using mutt, he was still getting some of his e-mail over the declining UUCP network (as he was a tremendous UUCP enthusiast and even provided commercial UUCP connectivity and support at one point).
Re: Mutt email client 25 years old
#25Re: Mutt email client 25 years old
#26"i didn't write mutt, it was me"
i used mutt until a few years ago when i switched to sup.
Re: Mutt email client 25 years old
#27I sometimes daydream that everyone at work uses Linux in general and a text-based email program in particular. It isn't too farfetched. When email took off, I was in college, and we all used Pine. Anyway, if you email me, it will arrive on my virtual private server, and I will read it with Mutt.
How do you deal with spam?
How do you ensure your emails don’t get junk mailed?
Re: Mutt email client 25 years old
#28One of the major reasons I use Gmail in the browser is because it’s in the browser: it’s always on the same tab and I can switch to it when I want to check it. I used Mutt (unsuccessfully) a few years ago since my other window that’s always open is a terminal emulator. I wonder: should I fire up a Linux emulation in my browser and run Mutt inside that? I’m sure things have gotten fast enough that this would actually…
I use mutt for Gmail in my terminal, the setup is fairly easy and documented across blog posts example muttrc ========================================================= set imap_user = ' @gmail.com' set imap_authenticators="oauthbearer" set imap_oauth_refresh_command="~/.mutt/oauth2.py --quiet --user= @gmail.com --client_id= .apps.googleusercontent.com --client_secret= --refresh_token= " set smtp_authenticators="oauth…
Re: Mutt email client 25 years old
#29I sometimes daydream that everyone at work uses Linux in general and a text-based email program in particular. It isn't too farfetched. When email took off, I was in college, and we all used Pine. Anyway, if you email me, it will arrive on my virtual private server, and I will read it with Mutt.
I’ve never been more inclined than now to do the same thing. How do you deal with spam? How do you ensure your emails don’t get junk mailed?
- SpamAssassin does a wonderful job after training it about once every 3 years. I get almost no spam.
- I was able to send to most people from my VPS, but not Charter. Charter blanket-blocked my ip block. So I ended up setting up SMTP forwarding via sendgrid free tier (100 emails per day). Now I always get through.
Re: Mutt email client 25 years old
#30I sometimes daydream that everyone at work uses Linux in general and a text-based email program in particular. It isn't too farfetched. When email took off, I was in college, and we all used Pine. Anyway, if you email me, it will arrive on my virtual private server, and I will read it with Mutt.
I’ve never been more inclined than now to do the same thing. How do you deal with spam? How do you ensure your emails don’t get junk mailed?
> How do you deal with spam?
You configure filters on your server so that they are flagged
> How do you ensure your emails don’t get junk mailed?
1. Ensure your server is running in a non-blacklisted IP block.
2. Just configure DKIM and SPF, other email servers should accept your emails without problem