Live data from Hacker News

Aerc – An email client that runs in the terminal

aerc-mail.org

191–200 of 271 posts

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

#192

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.

How does it lock you in to gmail? They provide a method by which you can use any mail client if you'd like.

Applications can always implement OAuth 2.0, which is pretty open (and is what you'll need to do for other mail providers, not just gmail.)

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

#193
post #170
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…

> 80-char lines are too short for desktop displays and too long for small phones What you want is format=flowed emails. Check the mutt manual ( http://www.mutt.org/doc/manual.txt for format=flowed and this blog post ( https://brianbuccola.com/line-breaks-in-mutt-and-vim/ ). And for details on format=flowed, read here: https://joeclark.org/ffaq.html

It would be great if it was so easy. Sadly it’s not, because format=flowed is ignored by many email clients.

See also: https://github.com/neomutt/neomutt/issues/587

Also this article: https://fastmail.blog/2016/12/17/format-flowed/

The only solution is HTML and multipart emails.

Edit: added link to article

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

#194

Earlier quoted context omitted.

Out of curiosity, why won’t there be a Trash bin? What about an Archive folder?

Trash bin (for messages, or files) is a poor man's replacement for making backup copies.

I think that's an oversimplification.. let's say I have daily backups. Let's also say I'm opening my email client in the morning and receive 20 mails, but because I haven't had any coffee yet I accidentally delete the wrong one, which I realize 15 seconds later. Now that mail is gone and I have no way to retrieve it..

(No, paying more attention is not a solution. People inevitably make these kinds of mistakes)

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

#195
post #191

https://github.com/ddevault/aerc > This repository is abandoned in favor of ongoing development on git.sr.ht. The codebase has been rewritten in Go and is much more stable and useful than what you see here. @Sir_Cmpwn what's the advantage of git.sr.ht over github?

That's his own site that he built himself. It runs a ton of services, bug trackers, CI, mailing lists, wikis, etc. https://sourcehut.org/

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

#196
post #191

https://github.com/ddevault/aerc > This repository is abandoned in favor of ongoing development on git.sr.ht. The codebase has been rewritten in Go and is much more stable and useful than what you see here. @Sir_Cmpwn what's the advantage of git.sr.ht over github?

SourceHut is my own platform:

https://sourcehut.org

It's entirely open source (unlike GitHub), has its own CI, and is mailing list oriented instead of PR oriented.

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

#197
post #191

https://github.com/ddevault/aerc > This repository is abandoned in favor of ongoing development on git.sr.ht. The codebase has been rewritten in Go and is much more stable and useful than what you see here. @Sir_Cmpwn what's the advantage of git.sr.ht over github?

For one, he’s the lead dev on gir.sr.hr.

In terms of general benefits: email workflow is a big one for those that like it, it’s open source, no javascript, no tracking, and built in continuous integration and mailing lists.

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

#198
post #161

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

@Sir_Cmpwn do you have some insights to share on this? What are the conditions that make you most productive, and what conditions make you the least productive?

I get a lot of help. Fostering a healthy and happy community of contributors in each of my projects is extremely important to me. I'm also able to be more productive myself thanks to the support of hundreds of people who donate to my work or buy a sourcehut subscription, which allows me to work on free software full time.

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

#199

Earlier quoted context omitted.

Easy, you can change what folder it treats as sent. It doesn't have a trash bin (and it won't) or draft support (and it will) yet.

Out of curiosity, why won’t there be a Trash bin? What about an Archive folder?

Well, you can get both by just adjusting your keybindings a bit. For example, add this to binds.conf:

    [messages]
    D = :mv Trash
    A = :mv Archive

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

#200

Very excited by the prospect of a modern terminal-mail client that is easier to use! After following the README: this is clearly not ready/designed for wide consumption - the recipe neglects to mention how to install a custom doc-tool called scdoc (by the same author?) that is required to build it - and there are no pre-built binaries (that I can see).

It’s still version 0.1
Post reply on HN