Live data from Hacker News

Aerc: A well-crafted TUI for email

blog.sergeantbiggs.net

91–100 of 166 posts

Re: Aerc: A well-crafted TUI for email

#91

This is the first I've read of "TUI" standing for what I have to assume is "terminal user interface"? I'd call them CLI (command line interface). When did this TUI acronym start? What does it mean? Everyone else seems to know it and use it without defining.

vim and midnight commander are TUI

bash and git are CLI

Re: Aerc: A well-crafted TUI for email

#92

Earlier quoted context omitted.

I dont know when it exactly started but I've heard and use this term at least 15 years. CLI != TUI. TUI is more like a "standard" window (GUI) but all text based.

I've also never heard this term. Back when text interfaces for mail were the default, but they started getting "fancy" like elm, pine and mutt in the 90s, they were always called curses or ncurses interfaces. When GUIs became a thing, the older things became called text-mode, but I've never encountered TUI before. The only TUI that I'd heard of is the travel company.

curses and ncurses are specific libraries used while TUI is a more universal term.

Re: Aerc: A well-crafted TUI for email

#93
post #6

aerc is really weird in the sense of being designed as a client, not storing the mails on your computer. Which has some performance implications and limitations. Though you can have local mail too, really felt like a second-class feature when I looked. But to be fair it has been a long time since I looked at it. Given the above I'm really surprised that IMAP doesn't work better than it does. Often gets disconnected a…

>Given the above I'm really surprised that IMAP doesn't work better than it does. Often gets disconnected and I have to restart to get back to it.

Same happens to me. This is gonna sound scuffed, but I just started running aerc in a while loop and I hit q to quit if it's acting up, only takes a couple seconds to load back up. Still my favorite mail client, but could definitely be better.

Re: Aerc: A well-crafted TUI for email

#94
post #92

Earlier quoted context omitted.

I've also never heard this term. Back when text interfaces for mail were the default, but they started getting "fancy" like elm, pine and mutt in the 90s, they were always called curses or ncurses interfaces. When GUIs became a thing, the older things became called text-mode, but I've never encountered TUI before. The only TUI that I'd heard of is the travel company.

curses and ncurses are specific libraries used while TUI is a more universal term.

But what does it actually stand for? Terminal user interface? Text user interface? I'm not complaining or saying it shouldn't be used, I'd just never seen it before and my initial searches for TUI were all overloaded with other things.

Re: Aerc: A well-crafted TUI for email

#96
post #6

aerc is really weird in the sense of being designed as a client, not storing the mails on your computer. Which has some performance implications and limitations. Though you can have local mail too, really felt like a second-class feature when I looked. But to be fair it has been a long time since I looked at it. Given the above I'm really surprised that IMAP doesn't work better than it does. Often gets disconnected a…

The best email user agent, mutt, reconnects automatically if the connection to your IMAP server fails (although this seems not to work every time):

https://lwn.net/Articles/837960/

Re: Aerc: A well-crafted TUI for email

#97
post #77

I frequently have to send e-mails from different addresses, so it seems I need to have manage multiple .conf files for this to work correctly? Example: - login user: example@example.com - alises: *@example.com, postmaster@example.com, abuse@example.com ... Mail addressed to "ex@example.com" is delivered to "example@example.com" inbox. But instead of replying from "example@example.com", I would prefer to reply via "ex…

Aerc lets you do this, although it doesn't automatically fill it in based on the recipient in a reply. So you have to remember to adjust the sender for each email that you send.

[deleted]

Re: Aerc: A well-crafted TUI for email

#98
post #66

Aerc has been my daily driver for a long, long time. I use it with IMAP (GMail and other reasons) but its completely usable with local mail directories. - I have redefined the Aerc key mapping with a set of Vim-like keybindings, since I am too old to learn new keybindings. And I bet now I as fast as possible slashing through countless mails… - I configured Aerc to work properly with Gmail and Imapfilter. - I created…

https://github.com/rafo/aerc-vim

- Added image preview of attachments

Re: Aerc: A well-crafted TUI for email

#99
post #66

Aerc has been my daily driver for a long, long time. I use it with IMAP (GMail and other reasons) but its completely usable with local mail directories. - I have redefined the Aerc key mapping with a set of Vim-like keybindings, since I am too old to learn new keybindings. And I bet now I as fast as possible slashing through countless mails… - I configured Aerc to work properly with Gmail and Imapfilter. - I created…

I'm interested in the Gmail integration. Tried it with mutt and decided I didn't want to spend an afternoon figuring it out. 'Sides, I hear that Gmail is phasing out IMAP. :-?

https://news.ycombinator.com/item?id=41324757

Re: Aerc: A well-crafted TUI for email

#100
post #66

Aerc has been my daily driver for a long, long time. I use it with IMAP (GMail and other reasons) but its completely usable with local mail directories. - I have redefined the Aerc key mapping with a set of Vim-like keybindings, since I am too old to learn new keybindings. And I bet now I as fast as possible slashing through countless mails… - I configured Aerc to work properly with Gmail and Imapfilter. - I created…

I'm interested, specifically with the vim keybindings, which would make getting started with it much easier for me.

https://news.ycombinator.com/item?id=41324757
Post reply on HN