Live data from Hacker News

Aerc – An email client that runs in the terminal

aerc-mail.org

181–190 of 271 posts

Re: Aerc – An email client that runs in the terminal

#181

Is Sir_Cmpwn a person or a committee? How can one person produce so much decent software?

I suspect it's because he's so successful at spawning developer communities around the software he writes. Just look at sway: between 1.0 and 1.1 he was nowhere near the largest contributor. I'd guess that means a lot of time to work on other projects.

Re: Aerc – An email client that runs in the terminal

#182

Earlier quoted context omitted.

This issue comes from tcell, which has a baked-in terminfo database. I'm also not sure about the state of the terminfo database in general on OSX... in any case, I plan on improving terminfo support in tcell at some point.

It's probably because i use xterm-kitty . Awesome work on aerc, looking forward for continued development.

Can confirm, am running Kitty too and ran into exact same error messages, exporting different TERM environment variable did fix this though!

Re: Aerc – An email client that runs in the terminal

#183

Earlier quoted context omitted.

You mean like speaking any other language besides english?

I think he is thinking about that some letters look identical but are encoded differently. So someone will not be able to look at an email address and say: oh it’s from such and such.

Trusting one's eyes is doomed to failure anyway. That's what PGP is for.

Re: Aerc – An email client that runs in the terminal

#185
post #132

Gnus has been great for me, but after about 40k+ (I stopped looking at the counts actually) messages in my Maildir, performance suffers for me (that is, if I start gnus from scratch it takes more than an hour and a half to open, with my entire Maildir in the page cache, and a huge amount of extremely fast memory). Notmuch doesn't seem to help at all, or if it would, it's hard to tell if it's configured correctly.

40k email? That sounds too much if it is for a single person. If you get 10 email per days for 10 years, you'd not get to 40k (35.6k). My suggestion will be to clean your mailbox instead of finding a new client.

40k/year (or 110/day) is nothing when you are active on mailing lists (yes, some of us still use them). Rule of thumb was "when you hit 1000/day, consider unsubscribing some..".

Re: Aerc – An email client that runs in the terminal

#187
post #119

Neat! I used to be a kernel maintainer, and had a similar setup going inside emacs with gnus, and dvc-git commands bound to keys to apply patches. Here's an old blog post about some of it: https://blog.printf.net/articles/2010/10/04/git-patches-in-g... Gnus was too slow, but worse, emacs is single-threaded, so e.g. polling for new mail in the background blocked the rest of the editor while it happened. I never unders…

> I never understood why it was impossible to have any kind of multithreading in emacs. There are various ways to do multithreading in emacs now, but the answer to your question is usually “there’s a lot of existing elisp that isn’t thread-safe”, and that’s still kind of a problem.

I’m still a novice functional programmer so this may be a dumb comment but I thought a lisp would be more thread safe due to immutable data structures.

Re: Aerc – An email client that runs in the terminal

#188

Crashed on first email I read from Gmail. Also, I had to enable "less secure access" in Gmail for aerc to work. Will try again after a few months.

'Less secure' access is a choice by google to lock people onto gmail, they choose not to implement random device specific passwords.

Better to avoid gmail.

Re: Aerc – An email client that runs in the terminal

#189
post #89

I haven't dug too deep into the features or how this works yet, but it's very exciting to see any kind of movement in this space at all. I've spent a lot of time configuring mutt just the way I like it, but I'd throw it all away in a heartbeat for a good, modern alternative. My wishlist: * A daemon that pulls new mail from my IMAP servers to my local maildir as soon as it arrives. (I know mutt has an IMAP mode, and i…

> * A daemon that pulls new mail from my IMAP servers to my local maildir as soon as it arrives.

You can do this with fetchmail and procmail.[1]

[1] http://www.ioncannon.net/system-administration/97/using-fetc...

Post reply on HN