Earlier quoted context omitted.
He has over 25k karma on here. The data doesn't fit your assertion.
I'm not worthy of high opinion yet I also have ~25k karma. Karma matters less than you think.
Aerc – a pretty good (terminal) email client
31–40 of 51 posts
Re: Aerc – a pretty good (terminal) email client
#32I tried to sign-in into my work Outlook account with aerc a while ago, from WSL2, unfortunately it didn't work with an app password[0], and OAuth2 won't cut it, because I'll have to ask the company's services administrator to grant me access. Nevertheless, a great piece of software. Using it for personal e-mail. [0]: https://support.microsoft.com/en-us/account-billing/manage-a...
Re: Aerc – a pretty good (terminal) email client
#33Earlier quoted context omitted.
Drew (sourcehut guy) wrote the original from the look of it, but that's now unmaintained and this is a fork: https://git.sr.ht/~rjarry/aerc
rjarry is doing a good job of maintaining it now. I will eventually write a new mail client with the benefit of hindsight.
Re: Aerc – a pretty good (terminal) email client
#34I love it, answers the question. “What would vim be like as a web client” I use it regularly.
Re: Aerc – a pretty good (terminal) email client
#35Re: Aerc – a pretty good (terminal) email client
#36how would I use aerc and not maintain a go toolchain?
Re: Aerc – a pretty good (terminal) email client
#37This is one of the few domains where you can play with different client still. And there can be innovations here with CLI versions, which I like.
Reading other comments in the thread, it sounds like ddevault has ideas for the next version. If so, that's cool, and it should be easy to try out.
Re: Aerc – a pretty good (terminal) email client
#38Earlier quoted context omitted.
aerc is plugged into your surrounding Unix environment more deeply than most mail clients. It has a keybindings system which is like a more generalized version of Vim, plus an embedded terminal emulator and support for piping things through shell commands, and a templating system. Example: to apply git patches, I have this in ~/.config/aerc/binds.conf: ga = :flag :pipe -mb git am -3 To reply to thank the contributor,…
That does help, thank you. I like this because I could do the script parts in whatever language I like. I've been trying to cobble together a linux dev system that's almost entirely configured in lisp. Getting pretty close now, in theory, with Guix for a distro(Guile initscripts and system def), Stumpwm(Common Lisp), Nyxt-browser(also CL), and of course Emacs with evil-mode for editing/org-mode. I realise I could Ema…
Re: Aerc – a pretty good (terminal) email client
#39I use an email client called bower, which is fairly light on features, but has one killer feature: it works with remote notmuch databases. So I get great search, but can easily open attachments locally, or even compose in a GUI editor.
Re: Aerc – a pretty good (terminal) email client
#40Aerc – An email client that runs in the terminal - https://news.ycombinator.com/item?id=20090950 - June 2019 (264 comments)