Does anyone use Mutt with gmail or alikes today? Is it worth it? Mutt was my preferred email client back in 2000-2004. But gave it up for Gmail web interface.
Yes, set up with Luke Smith's excellent mutt Wizard [0]. Contrary to the other point, having a local copy of my emails gives me a sense of security and I can set up scripts using normal scripting tools to move stuff around. `notmuch` is good, but actually I can meet most of my searching needs with a 'limit' filter. [0] https://github.com/LukeSmithxyz/mutt-wizard
Mutt 2.0 Release Notes
31–40 of 79 posts
Re: Mutt 2.0 Release Notes
#32Automatic reconnection is the last feature I've been missing. At this point, from my point of view, mutt is complete.
Re: Mutt 2.0 Release Notes
#33So 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…
I you revisit, be sure to check out notmuch as the search backend. It is super fast and has a nice and powerful search syntax. [1] https://notmuchmail.org/notmuch-mutt/
Re: Mutt 2.0 Release Notes
#34Does anyone use Mutt with gmail or alikes today? Is it worth it? Mutt was my preferred email client back in 2000-2004. But gave it up for Gmail web interface.
I use Mutt with gmail. For a while I hooked it up to read off the internet, but eventually I switched to OfflineIMAP, then to isync. For sending I us msmtp. Both are pretty straightforward to configure, especially compared to mutt itself. I'd definitely recommend using notmuch if you do decide to keep that local copy of your mail, the search is pretty incredible.
Re: Mutt 2.0 Release Notes
#35So 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…
Re: Mutt 2.0 Release Notes
#36So 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…
This was the reason for me personally switching from alpine to mutt. One day I realized the only place I could find a copy of the source was on my own harddrive and that's when I bit the bullet and started figuring out the mutt UI/config.
Re: Mutt 2.0 Release Notes
#37So 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…
It did, however, teach me a healthy appreciation for the benefits of pushing parts of my workflow into the terminal whenever possible. The terminal is distraction-free, highly scriptable, and your mode of interaction is always the same (type things!). Afterwards I ended up switching to Xubuntu + i3wm and never looked back. I've still got a copy of Windows 10 on a random machine and I interact with Macs occasionally, and it really seems like little of importance has been introduced to the graphical desktop paradigm since at least Windows 2000.
Re: Mutt 2.0 Release Notes
#38The conditional option setting with MuttLisp will be very useful
I put together a console based client, inspired by mutt, but fully developed and configured with Lua to resolve that problem - https://lumail.org/
I had a good few years working on it, and really liked the way it was "modal". Sadly I never quite got enough users to be worth continuing with. These days I pay for gsuite instead, and use offline IMAP only to keep a backup of the remote mails.
It was an interesting thing to work on, and I've been following the new aerc client to see what happens there. I'm sure there is still room for new console based mail-clients, perhaps mine was just a bit too unfamiliar!
Re: Mutt 2.0 Release Notes
#39Earlier quoted context omitted.
I use Mutt with gmail. For a while I hooked it up to read off the internet, but eventually I switched to OfflineIMAP, then to isync. For sending I us msmtp. Both are pretty straightforward to configure, especially compared to mutt itself. I'd definitely recommend using notmuch if you do decide to keep that local copy of your mail, the search is pretty incredible.
What was the advantage of isync? I'm currently using offlineimap.
isync/mbsync are rock-solid on the other hand and were really easy to set up.
Re: Mutt 2.0 Release Notes
#40Earlier quoted context omitted.
I use Mutt with gmail. For a while I hooked it up to read off the internet, but eventually I switched to OfflineIMAP, then to isync. For sending I us msmtp. Both are pretty straightforward to configure, especially compared to mutt itself. I'd definitely recommend using notmuch if you do decide to keep that local copy of your mail, the search is pretty incredible.
What was the advantage of isync? I'm currently using offlineimap.