Live data from Hacker News

Aerc – a pretty good (terminal) email client

aerc-mail.org

31–40 of 51 posts

Re: Aerc – a pretty good (terminal) email client

#31

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.

Well, I'm not suggesting HN karma is some kind of indicator of merit, only that it's the best indicator we have of whether someone's held in a high opinion on HN, which is what GGP was talking about.

Re: Aerc – a pretty good (terminal) email client

#32

I 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...

I use aerc with o365 via davmail and mbsync. Using imap directly was to slow, but pulling mail to a maildir works well. Davmail handles all the o365 interaction and supports mfa directly.

Re: Aerc – a pretty good (terminal) email client

#33
post #6

Earlier 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.

As a user and (rarely) contributor to aerc from pre and post transfer, I'm very curious to see what you'd build now having learned from aerc (and, perhaps, alps on the web site?).

Re: Aerc – a pretty good (terminal) email client

#37
So, given that with email, the important part is the data, and not the client, I was able to give this client a spin. Not bad. I was able to go though my recent email, view some HTML email I keep getting, and mash through things without a lot of problems. Maybe I'll stick with this client? ::shrug::

This 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

#38

Earlier 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…

What do you hate about Emacs?

Re: Aerc – a pretty good (terminal) email client

#39
post #27

I 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.

Is this the right repo for bower?

https://github.com/wangp/bower

Post reply on HN