diff options
| author | Danilo M. <danix@danix.xyz> | 2026-09-14 19:06:30 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-09-14 19:06:30 +0200 |
| commit | 038e4977ea0c12b6eafee7d0858b3c46af22bbf2 (patch) | |
| tree | d4a2404bc9ea37b0762fac386c84d7d5b7397cec | |
| parent | 3818694299613927715bb32fc223627fa5b5950d (diff) | |
| download | qtmaildir-0.29.0.tar.gz qtmaildir-0.29.0.zip | |
release: 0.29.0v0.29.0
| -rw-r--r-- | CHANGELOG.md | 8 | ||||
| -rw-r--r-- | CMakeLists.txt | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0765935..41f0254 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,14 @@ point at which they are stable. ## [Unreleased] +## [0.29.0] - 2026-09-14 + +Spam is now a folder you can act on: Mark spam moves the file into a +per-account `spam` folder, a built-in Spam view lists it, Empty Spam clears it +into the trash, and Not spam brings a message back. Every account needs a new +`spam` key and the origin tag is renamed `deleted-from:` to `moved-from:`, so +read Upgrading below before the first run. + ### Added - **The message pane's bar knows about the trash.** On a message that is diff --git a/CMakeLists.txt b/CMakeLists.txt index cf752af..ee99f83 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.21) -project(qtmaildir VERSION 0.28.0 LANGUAGES CXX) +project(qtmaildir VERSION 0.29.0 LANGUAGES CXX) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) |
