diff options
author | Koni Marti <koni.marti@gmail.com> | 2022-10-20 23:55:28 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-10-26 00:19:49 +0200 |
commit | 19e275025538a92bae92b152c4e39bdd22ad7e7f (patch) | |
tree | 4e4cfc06b140a1cf2f8e9c342d2203578fd7a459 /CHANGELOG.md | |
parent | b860a64622bfd10d34d24759e24cefa0221ebc5a (diff) | |
download | aerc-19e275025538a92bae92b152c4e39bdd22ad7e7f.tar.gz |
envelope: display message envelope info
Display entire message envelope in a user-friendly dialog popup with the
:envelope command. All header fields can be displayed with the -h flag.
Fixes: https://todo.sr.ht/~rjarry/aerc/85
Signed-off-by: Koni Marti <koni.marti@gmail.com>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9eb86e64..30ed0d89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased](https://git.sr.ht/~rjarry/aerc/log/master) +### Added + +- View common email envelope headers with `:envelope`. + ### Fixed - `:pipe -m git am -3` on patch series when `Message-Id` headers have not been |