Earlier I bumped the default Go to 1.24. Ports that specify a lower
version will still build with those lower version (for now), so they
don't need a bumping. Instead I'm bumping anything that (now) has go124
as a dependency.
ChangeLog: https://git.sr.ht/~rjarry/aerc/refs/0.20.1
Fixes
* `:sign` and `:encrypt` descriptions overflow the review screen.
* Some messages are hidden when using client side threading.
PR: 284412
Reported by: iamsleepy@ryuki.me (maintainer)
Fixed:
- Builtin `calendar` filter error with non-GNU Awk.
- Detection of unicode width measurements on tmux 3.4.
- Dropping of events during large pastes.
- Home and End key decoding for the st terminal.
Changelog:
https://git.sr.ht/~rjarry/aerc/refs/0.18.2
PR: 280606
Changelog:
# Added
- Add `[ui].msglist-scroll-offset` option to set a scroll offset for
the message list.
- Add new `:align` command to align the selected message at the top,
center, or bottom of the message list.
- Inline image previews when no filter is defined for `image/*` and the
terminal supports it.
- `:bounce` command to reintroduce messages into the transport system.
- Message counts are available in statusline templates.
- Execute IPC commands verbatim by providing the command and its args
as a single argument in the shell.
- Virtually any key binding can now be configured in `binds.conf`,
including Shift+Alt+Control modifier combinations.
- Configure default message list `:split` or `:vsplit` on startup with
`message-list-split` in `aerc.conf`.
- Create notmuch named queries with the `:query` command.
- Specify a ":q" alias for quit.
- The `:detach` command now understands globs similar to `:attach`.
- Match filters on filename via `.filename,~<regexp> =`.
- Tell aerc how to handle file-based operations on multi-file notmuch
messages with the account config option `multi-file-strategy` and the
`-m` flag to `:archive`, `:copy`, `:delete`, and `:move`.
- Add `[ui].dialog-{position,width,height}` to set the position, width
and height of popover dialogs.
- New `pgp-self-encrypt` option in `accounts.conf`.
- Add `--no-ipc` flag to run `aerc mailto:...`, `aerc mbox:...`, and
`aerc :<command...>` within the current aerc instance and prevent
listening for IPC calls from other aerc instances.
- Add config options `disable-ipc-mailto` and `disable-ipc-mbox` to
make `mailto:...` and `mbox:...` commands always run in a new aerc
instance.
- Set global options in `accounts.conf` by placing them at the top of
the file.
- Silently close the terminal tab after piping a message to a command
with `:pipe -s <cmd>`.
- New `tag-modified` hook for notmuch and JMAP accounts.
- New `flag-changed` hook.
- Notmuch search term completions to `:query`.
- Notmuch completions for `:cf`, `:filter` and `:search`.
- Add `imaps+insecure` to the available protocols, for connections that
should ignore issues with certificate verification.
- Add `[ui].select-last-message` option to position cursor at the
bottom of the view.
- Propagate terminal bell from the built-in terminal.
- Added `AERC_FOLDER_ROLE` to hooks that have `AERC_FOLDER`.
- Added `{{.AccountBackend}}` to templates.
- Added `AERC_ACCOUNT_BACKEND` to hooks with `AERC_ACCOUNT`.
- Per folder key bindings can now be defined for the message viewer.
- Allow using existing directory name with `:query -f`.
- Allow specifying the folder to delete with `:rmdir`.
- The address book is now used for `:cc`, `:bcc` and `:forward`.
- Allow fallback to threading by subject with
`[ui].threading-by-subject`.
# Fixed
- Calendar responses now ignore case.
- Allow account- and folder-specific binds to coexist.
- Fixed crash when running `:send` with a `:preview` tab focused.
- Deadlock when running `aerc mailto:foo@bar.com` without another
instance of aerc already running.
- Prevent a freeze for large-scale deletions with IMAP.
- `Mime-Version` is no longer inserted in signed text parts headers.
MTAs normalizing header case will not corrupt signatures anymore.
- Restore previous behaviour of the new message bell which was broken
in the last two releases for at least some setups.
# Changed
- The default `[ui]` settings and the `default` styleset have changed
extensively. A no-color theme can be restored with the `monochrome`
styleset.
- The default `colorize` theme has been changed to use the base
terminal colors.
- The `[viewer]` section of stylesets now preserve default values as
documented in `aerc-stylesets(7)` unless explicitly overridden.
- Add Message-ID to the variables of `[hooks].mail-received`.
- The `TrayInfo` template variable now includes a visual mark mode
indicator.
- The `disable-ipc` option in `aerc.conf` completely disables IPC.
- Improved readability of the builtin `calendar` filter.
- `:open` commands now preserve the original filename.
- Unparsable accounts are skipped, instead of aerc exiting with an
error.
# Deprecated
- Built-in descriptions for the default keybinds shown on the review
screen will be deprecated in a future release. Descriptions can be
added to those keybinds with inline comments in binds.conf.
Taken from:
https://git.sr.ht/~rjarry/aerc/refs/0.18.0
PR: 280172
Approved by: Yuvakiran Rayapureddy <iamsleepy@ryuki.me> (maintainer)
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
GZIP compression ratio and Git footer have changed e.g.,
method crc date time compressed uncompressed ratio uncompressed_name
-defla 944caee6 Dec 7 21:15 12482 71680 82.5% scdoc-1.11.1.tar
+defla 944caee6 Feb 17 23:20 12510 71680 82.5% scdoc-1.11.1.tar
---
-2.26.2
+2.30.0