Live data from Hacker News

Aerc – An email client that runs in the terminal

aerc-mail.org

11–20 of 271 posts

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

#12

I have to be skeptical of any email client that's not integrated in to Emacs.

What about integrating emacs into aerc? You can set your EDITOR to emacs and replace aerc's default keybindings with a more emacs-inspired set. Send me your binds.conf and I'll add it to contrib in case anyone else wants an emacs-esque setup, too!

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

#13
Love the idea, and I really will give this a go as a daily driver.

Just a small feedback: I had trouble with one of the requirements -> scdoc, didn't know what exactly that is (Googling didn't help), so might be worth to provide a direct link in the README.md to https://git.sr.ht/~sircmpwn/scdoc/

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

#14

How's the UTF-8 e-mail address support? As most clients suck so bad at that it would be awesome to have an alternative. How's the GPG and S/MIME support? We'd really need an e-mail client that has first class support of both. Current solutions I've tried are cumbersome at best. Having those two it'd actually be the best e-mail client for me.

> UTF-8 e-mail address support?

hard pass on this as it encourages dark patterns.

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

#16

Love the idea, and I really will give this a go as a daily driver. Just a small feedback: I had trouble with one of the requirements -> scdoc, didn't know what exactly that is (Googling didn't help), so might be worth to provide a direct link in the README.md to https://git.sr.ht/~sircmpwn/scdoc/

scdoc is probably available in your Linux distro's package manager, and aerc is designed to be packager-friendly - so eventually the idea is that most users will apt install aerc, rather than build it themselves.

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

#18

Love the idea, and I really will give this a go as a daily driver. Just a small feedback: I had trouble with one of the requirements -> scdoc, didn't know what exactly that is (Googling didn't help), so might be worth to provide a direct link in the README.md to https://git.sr.ht/~sircmpwn/scdoc/

scdoc is probably available in your Linux distro's package manager, and aerc is designed to be packager-friendly - so eventually the idea is that most users will apt install aerc, rather than build it themselves.

Yeah, the problem is I am on OSX, and I actually had to compile scdoc myself without the -static flag (missing libraries).

Also, I had to run it as:

  TERM=xterm-256color aerc

On OSX, otherwise got:

  panic: terminal entry not found

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

#19

Earlier quoted context omitted.

scdoc is probably available in your Linux distro's package manager, and aerc is designed to be packager-friendly - so eventually the idea is that most users will apt install aerc, rather than build it themselves.

Yeah, the problem is I am on OSX, and I actually had to compile scdoc myself without the -static flag (missing libraries). Also, I had to run it as: TERM=xterm-256color aerc On OSX, otherwise got: panic: terminal entry not found

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.
Post reply on HN