Live data from Hacker News

Mutt 1.6

mutt.org

51–60 of 191 posts

Re: Mutt 1.6

#51
post #18

I'd like to thank mutt's new maintainer, Kevin McCarthy, for pushing mutt 1.6 out the door. It's been a long time coming!

No kidding! 9 years later..

  Mutt 1.6.0   was released on April 4, 2016.  
  Mutt 1.4.2.3 was released on June  9, 2007.

Re: Mutt 1.6

#52
post #8
post #3

I use it daily. It's a lovely email client. Close to the Unix ideal of doing one thing, and doing it well. Integration with other utilities (notmuch, isync) for indexing and sync'ing is very easy, thanks to close adherence to Unix principles, and gets you a very neat setup. Nothing to envy from Gmail.

> Nothing to envy from Gmail. I switched because of search, which is amazing in gmail and hard in mutt (for me). What do you do?

grepmail

zcat Mail/2015/mbox.gz | grepmail -i whatever | grepmail 'perl.style.*regex' >myresults

mutt -f myresults

Re: Mutt 1.6

#53

I'm still rocking the (al)pine when I need to read the inbox on a headless/ssh server.

I use alpine as my main everyday email client.

I have it integrated with a browser for those annoying HTML emails that it can't interpret, but it can handle most HTML emails.

Re: Mutt 1.6

#54
Wow, this takes me back. Like someone else posted here, to around 2007 or so, which is when it was last updated.

Good to have this, although most of what I get these days (work-wise) is HTML-formatted or otherwise challenging from a readability perspective. I fully intend to give this a go against my mail archive (which goes back to '98, and which I currently access via Thunderbird, running inside a VNC server on an ODROID-U2 ARM board - which is a bit heftier than tmux...)

Re: Mutt 1.6

#55
post #4

Earlier quoted context omitted.

That's not strictly new in this version. I've had that enabled (hesitate to say been using) for a while now. Anyone know if the hanging between wifi to cable connections is resolved yet? Aside from that I'm much quicker and more productive with my inboxes now. Sidebar patch, hotkey per mailbox... Very quick icedove replacement. PS: Workaround for the connection thing is to ctrl-z when it hangs, and fg the other insta…

Alternatively, you can use mosh to your homebox, and run mutt from there. Has some other advantages as well ...

Yeah good call. I have mosh running to various boxes all day, but the mail sits on 2 diff servers so I tend to bring them together on the local machine. Still, very doable. Could use tmux and mosh together on the pi even... Yep, thanks for suggestion.

Re: Mutt 1.6

#56
post #3

I use it daily. It's a lovely email client. Close to the Unix ideal of doing one thing, and doing it well. Integration with other utilities (notmuch, isync) for indexing and sync'ing is very easy, thanks to close adherence to Unix principles, and gets you a very neat setup. Nothing to envy from Gmail.

> Close to the Unix ideal of doing one thing, and doing it well.

In my opinion this concept does not work for most non-cli programs. How do you actually define this "one thing"?

Is "reading an email" one thing? And "writing an email" another thing? What about "spellchecking the email"? What about "managing all my email contacts"? What about "back up my emails"? What about "sign email with GPG"?

Do all of these things really need a separate program?

The unix principle works quite well for stuff like grep/find/awk but there is just now way you could make GIMP follow the unix principle.

Re: Mutt 1.6

#57
post #3

I use it daily. It's a lovely email client. Close to the Unix ideal of doing one thing, and doing it well. Integration with other utilities (notmuch, isync) for indexing and sync'ing is very easy, thanks to close adherence to Unix principles, and gets you a very neat setup. Nothing to envy from Gmail.

> Close to the Unix ideal of doing one thing, and doing it well. In my opinion this concept does not work for most non-cli programs. How do you actually define this "one thing"? Is "reading an email" one thing? And "writing an email" another thing? What about "spellchecking the email"? What about "managing all my email contacts"? What about "back up my emails"? What about "sign email with GPG"? Do all of these things…

Have you used the app yourself? Could you maybe talk more about what you did not like about it?

Re: Mutt 1.6

#58
post #27

Earlier quoted context omitted.

>ISPs blocking SMTP is this actually still a thing? I know on our campus network they block SMTP on the wired network, but not on the wireless (for some boneheaded reason or another).

All sane residential ISPs block port 25 (SMTP) to prevent spam. All sane mail providers offer SUBMISSION (same protocol as SMTP) on port 587, which is intentionally not blocked by ISPs.

I've been on ISPs that block SMTP ans SUBMISSION along with their main alternative ports because they had too much spam sent from their IPs in the past getting them added to spamhaus.

Of course, they only needed to block port 25, but alas they blocked them all.

Re: Mutt 1.6

#59
post #50
post #35

Earlier quoted context omitted.

Where do you live / travel where you are spending $300 a month on Internet? I live in Australia (not the cheapest place) and spend $50 AUD a month for 12G of data and free international calls to 10 countries.

In the US we also have T-mobile with unlimited internet (limited highspeed internet)

I have T-Mobile, with 36GB of data spread across two devices. I also have Karma (it was the "Neverstop" plan, until they bait-and-switched that out of existence) with 10GB. I have two plans because T-Mobile network is awful in some places. I share internet with my girlfriend, so it's not just one person using this much data...but, I do use a lot of data.

Edit: T-Mobile "unlimited" is bullshit. It is only unlimited for the phone itself. Hotspot usage is rate limited to an unusably slow rate after data allowances is used (the limited rate is usually well below the 128kbps they claim, but even when it is reaching 128bps, that's unusable for the modern web, and the latency is horrific, so even shell sessions are impossible once you hit the cap). The only reason I stick with T-Mobile is BingeOn lets me watch Netflix without using much data; though the crappy speed of it makes it unworkable in a lot of locations. But, don't believe their marketing about "unlimited" data. It is not. T-Mobile also seems to measure bandwidth usage in a shady way; I use about 1GB a day on Karma...same kind of usage results in 2GB+ a day on T-Mobile. I haven't analyzed what's really going on with any precision, but I've noticed the discrepancy on a few occasions; it has happened often enough and to a large enough degree to where I think the smoke is indicative of a fire.

Re: Mutt 1.6

#60
post #57

Earlier quoted context omitted.

> Close to the Unix ideal of doing one thing, and doing it well. In my opinion this concept does not work for most non-cli programs. How do you actually define this "one thing"? Is "reading an email" one thing? And "writing an email" another thing? What about "spellchecking the email"? What about "managing all my email contacts"? What about "back up my emails"? What about "sign email with GPG"? Do all of these things…

Have you used the app yourself? Could you maybe talk more about what you did not like about it?

I did and liked it very much. Still the person you are responding to has a valid point IMO.
Post reply on HN