Live data from Hacker News

Mutt 2.0 Release Notes

mutt.org

51–60 of 79 posts

Re: Mutt 2.0 Release Notes

#51
post #42

These days I don't use mutt much because I need to mark some emails as 'remind me later' and bluemail and gmail offers this functionality. Is there a mutt alternative?

Use shift-F to mark the email as “flag”. It's exactly the same functionality as Gmail's starring, and maps to it over IMAP.

Re: Mutt 2.0 Release Notes

#53

So mutt is still receiving releases? That's neat. I may have to revisit and see what's new in 2.0. I went through a CLI-only phase where I didn't use a desktop environment. My "DE" was just tmux in a pseudo-terminal. The main reason I went back to a graphical workstation was a need for G Suite and Slack's horrible support for Weechat. Mutt was a critical member of the toolkit and I have fond memories of hyper product…

Search was crap?! It's one of the main reasons I stick to mutt - being able to rapidly search through all my emails using several criteria is great. I find gmail and outlook terrible in comparison. I also have not-much configured, but I find I don't need it too often (just when searching the body text).

Re: Mutt 2.0 Release Notes

#54

So mutt is still receiving releases? That's neat. I may have to revisit and see what's new in 2.0. I went through a CLI-only phase where I didn't use a desktop environment. My "DE" was just tmux in a pseudo-terminal. The main reason I went back to a graphical workstation was a need for G Suite and Slack's horrible support for Weechat. Mutt was a critical member of the toolkit and I have fond memories of hyper product…

> "sorry I gotta install my OS before I can look at "

Sorry if I'm missing the point, but why does using a terminal program require a whole separate OS? Or, conversely, why does using a graphical program force you to ditch all your terminal programs? Couldn't you just switch to a separate pseudo-tty, or even just use a maximised terminal window? You can switch between terminal programs with the usual tmux key bindings while still being able to "exit" to the GUI when needed.

Re: Mutt 2.0 Release Notes

#55
Just in case anyone is curious as to why someone would use mutt, here are a few:

1. I can edit and compose emails in my favourite editor

2. Near instantaneous launch

3. Can launch multiple instances, allowing for viewing/searching to happen concurrently

4. Rapid search with advanced searching features - i.e. find all emails that have 1 or more attachments sent to me from within a month of 1/1/2019 from someone with a "csu" email - would be l ~f csu ~X > 0 ~d 1/1/2019*1m

5. Deal rapidly with emails - I have 'd' for delete and move to next and 'y' for archive and move to next, I can zip through emails quicker than on any other email client I have used

6. I can work effectively when I'm offline or have patchy internet/signal (i.e. on a train) using mbsync or similar to store emails locally and sync up with my gmail account when I have internet.

7. Highly configurable - custom set-up for what data I want to see in my inbox, and what colours to use and what to highlight

8. Intelligent reply-all - it knows I have several email aliases that belong to me so I don't reply to myself

Re: Mutt 2.0 Release Notes

#56

> Automatic reconnect to IMAP on error Really looking forward to this. This was the one notable issue I had with mutt: if you lose your connection, it would forget which mails you marked as read, deleted, etc.

Its been a while since I used Mutt extensively (lets say about 15 years) but IIRC you could use $ to sync the changes, though you'd have to do it manually.

Re: Mutt 2.0 Release Notes

#57
post #55

Just in case anyone is curious as to why someone would use mutt, here are a few: 1. I can edit and compose emails in my favourite editor 2. Near instantaneous launch 3. Can launch multiple instances, allowing for viewing/searching to happen concurrently 4. Rapid search with advanced searching features - i.e. find all emails that have 1 or more attachments sent to me from within a month of 1/1/2019 from someone with a…

Mutt's still really useful. Need to deal with plain text messages or whole message bodies to send around to different places on the internet? Then mutt's what you need. Huge mail boxes that choke outlook? Mutt. I don't use it often these days but a mutt setup is super-handy.

Re: Mutt 2.0 Release Notes

#58
I like mutt and use it for some accounts, though there are ergonomic issues that bug me.

For instance, there is no consistent way to cancel actions / exit prompts (or none that I noticed), while pressing does nothing. I know terminals have issues with but even double just gives you ^[^[.

Re: Mutt 2.0 Release Notes

#59
post #58

I like mutt and use it for some accounts, though there are ergonomic issues that bug me. For instance, there is no consistent way to cancel actions / exit prompts (or none that I noticed), while pressing does nothing. I know terminals have issues with but even double just gives you ^[^[.

It’s control-G. Effective use of Mutt requires at least skimming the manual.

Re: Mutt 2.0 Release Notes

#60
post #47
post #45

Earlier quoted context omitted.

That's what drove me initially to aerc + notmuch

That works? One of the main reasons I'm considering switching from aerc to mutt/something else is because IMAP keeps disconnecting. Seems like the number 3 item you would want to nail down in a mail-client. But I'm sure it is just me that haven't looked into it yet. Unfortunately I just can't find time for it for the time being.

I think it is much lower on the list for terminal-first users than that, as they use Aerc or Mutt solely for reading and writing mail on the local machine and rely on other programs to sync the incoming and outgoing mail with the external mail server. I use Aerc, but also msmtp for sending and mbsync for receiving mail, for instance. This aligns more with the Unix philosophy of combining multiple small programs that do only one thing well into a personalized workflow.
Post reply on HN