From 5f51d30e76fa20f8bd1212684ae0b2e1e773a7f3 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Mon, 14 Sep 2026 12:26:19 +0200 Subject: feat: find stranded spam mail --- src/keymap.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/keymap.cpp') diff --git a/src/keymap.cpp b/src/keymap.cpp index 098a85d..d62ba3e 100644 --- a/src/keymap.cpp +++ b/src/keymap.cpp @@ -33,6 +33,12 @@ QStringList KeyMap::knownActions() QStringLiteral("delete"), QStringLiteral("restore"), QStringLiteral("cleanup_stranded"), + // Item 103's spam sibling: it reports mail tagged `spam` that is not in + // any account's spam folder, and moves nothing. No default binding, + // matching cleanup_stranded: a view-replacing report is reached from a + // menu, and since item 132 an unbound action is menu-reachable rather + // than broken. + QStringLiteral("cleanup_stranded_spam"), // Item 118. No default binding, deliberately: this is the one action // that destroys mail with no undo, and a chord is how it would be run // by accident. Menu only, which item 132 made a legitimate choice. -- cgit v1.2.3