Merge pull request #108 from jpmenil/fix/render_items-null-pointer
fix null pointer dereference in render_items
Merge pull request #105 from jpmenil/fix/empty-messages
aerc is a work in progress asynchronous email client for your terminal. aerc is network-first, and is designed with network-based email protocols in mind. It runs all network code in separate worker threads that don't lock up the UI. Compared to mutt, it's also easier on the network and much faster - it only fetches what it needs.
Join the IRC channel (#aerc on irc.freenode.net).
If you'd like to support aerc development, you can contribute to my Patreon page.
Note: aerc is not done, some of these are planned or in-progress
Install dependencies:
Run these commands:
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_SYSCONFDIR=/etc ..
make
sudo make install
Copy config/* to ~/.config/aerc/ and edit them to your liking.