From 2566d45a96666e27495f094ea2867c92a2bc1bc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Sun, 10 Mar 2024 11:06:50 +0100 Subject: [PATCH] fix typos in changelog and readme --- CHANGELOG.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 465b53f..bbaed5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Changed the `envelope list` options (see `envelope list --help` for more details): - the folder argument became a flag `--folder ` - - the query argument has been added at the end of the command to filter and sort results (only filter and IMAP for now) + - the query argument has been added at the end of the command to filter and sort results [#39] ### Fixed diff --git a/README.md b/README.md index 326c3e5..091fb10 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Welcome to [**Himalaya CLI**](https://pimalaya.org/himalaya/cli/latest/), the Co ## Features - [Folder (aka mailbox) management](https://pimalaya.org/himalaya/cli/latest/usage/advanced/folder/) -- [Envelopes listing, filtering and sorting](https://pimalaya.org/himalaya/cli/latest/usage/basic/envelope/list.html) +- Envelope [listing](https://pimalaya.org/himalaya/cli/latest/usage/basic/envelope/list.html), [filtering and sorting](https://pimalaya.org/himalaya/cli/latest/usage/advanced/envelope/list.html) - [Message composition](https://pimalaya.org/himalaya/cli/latest/usage/basic/message/send.html) based on `$EDITOR` - Message manipulation ([copy](https://pimalaya.org/himalaya/cli/latest/usage/advanced/message/copy.html)/[move](https://pimalaya.org/himalaya/cli/latest/usage/advanced/message/move.html)/[delete](https://pimalaya.org/himalaya/cli/latest/usage/advanced/message/delete.html)) - [Multi-accounting](https://pimalaya.org/himalaya/cli/latest/configuration/)