Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to version 0.20.1 #9551

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 18 additions & 15 deletions network/aerc/README
Original file line number Diff line number Diff line change
@@ -1,25 +1,28 @@
A pretty good email client

aerc is an email client that runs in your terminal. It's highly efficient and
extensible, perfect for the discerning hacker. Check out the screencast above
to get an idea of how it's used.
aerc is an email client that runs in your terminal. It's highly
efficient and extensible, perfect for the discerning hacker.
Check out the screencast above to get an idea of how it's used.

Some of its more interesting features include:

- Editing emails in an embedded terminal tmux-style.
- Render HTML emails with an interactive terminal web browser, highlight
patches with diffs, and browse with an embedded less session.
- Vim-style keybindings and ex-command system, allowing for powerful
automation at a single keystroke.
- Render HTML emails with an interactive terminal web browser,
highlight patches with diffs, and browse with an embedded
less session.
- Vim-style keybindings and ex-command system, allowing for
powerful automation at a single keystroke.
- First-class support for working with git & email.
(https://git-send-email.io/)
- Open a new tab with a terminal emulator and a shell running for easy
access to nearby git repos for parallel work.
- Support for multiple accounts, with IMAP, Maildir, Notmuch, Mbox and JMAP
backends. Along with IMAP, JMAP, SMTP, and sendmail transfer protocols.
- Asynchronous IMAP and JMAP support ensures the UI never gets locked up by
a flaky network.
- Efficient network usage - aerc only downloads the information which is
necessary to present the UI, making for a snappy and bandwidth-efficient
- Open a new tab with a terminal emulator and a shell
running for easy access to nearby git repos for parallel work.
- Support for multiple accounts, with IMAP, Maildir, Notmuch,
Mbox and JMAP backends. Along with IMAP, JMAP, SMTP, and sendmail
transfer protocols.
- Asynchronous IMAP and JMAP support ensures the UI never
gets lockedi up by a flaky network.
- Efficient network usage - aerc only downloads the information
which is necessary to present the UI, making for a snappy and
bandwidth-efficient
- Email threading (with and/or without IMAP server support).
- PGP signing, encryption and verification using GNUpg.
4 changes: 3 additions & 1 deletion network/aerc/aerc.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,13 @@
# v0.18.2: 09/sep/2024 by r1w1s1
# v0.19.0: 15/jan/2025 by r1w1s1
# v0.20.0: 25/jan/2025 by r1w1s1
# v0.20.1: 01/feb/2025 by r1w1s1


cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=aerc
VERSION=${VERSION:-0.20.0}
VERSION=${VERSION:-0.20.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down
6 changes: 3 additions & 3 deletions network/aerc/aerc.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="aerc"
VERSION="0.20.0"
VERSION="0.20.1"
HOMEPAGE="https://aerc-mail.org/"
DOWNLOAD="https://git.sr.ht/~rjarry/aerc/archive/0.20.0.tar.gz"
MD5SUM="185a5ef640c276cf1efce73e78c91e72"
DOWNLOAD="https://git.sr.ht/~rjarry/aerc/archive/0.20.1.tar.gz"
MD5SUM="99d758f9414cc9157c7312a41fb73e3f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="google-go-lang scdoc"
Expand Down