From c56a5f285b6e283c7c82bf6323cdf4bc43111408 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Sun, 10 Mar 2024 10:37:50 +0100 Subject: [PATCH] bump email-lib, update changelog --- CHANGELOG.md | 10 +++++++--- Cargo.lock | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57c31bc..465b53f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,16 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Fixed +### Added -- Fixed watch IMAP envelopes when folder was empty [#179]. +- Added systemd service in `assets/` folder. ### Changed -- Changed the `envelope list` options: +- 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) +### Fixed + +- Fixed watch IMAP envelopes when folder was empty [#179]. + ## [1.0.0-beta.3] - 2024-02-25 ### Added diff --git a/Cargo.lock b/Cargo.lock index da04ec4..c883c04 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1218,7 +1218,7 @@ dependencies = [ [[package]] name = "email-lib" version = "0.22.3" -source = "git+https://git.sr.ht/~soywod/pimalaya#2ddfe15f9b10e8e53ab9b04db465abc58c68b67e" +source = "git+https://git.sr.ht/~soywod/pimalaya#636501d849b516a7ded6c6e427eca3ad22e76317" dependencies = [ "advisory-lock", "anyhow",