aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_tagdialog.cpp
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-09-13 20:17:43 +0200
committerDanilo M. <danix@danix.xyz>2026-09-13 20:17:43 +0200
commit533c9243bede053f4ea7e1f20de13e72c2b939b8 (patch)
tree9b2dfef2ed92cee363c825d3c29e6dcb7e6e3439 /tests/test_tagdialog.cpp
parent18ff1f33f64428ab96ca0b5ea22e681be564c886 (diff)
downloadqtmaildir-533c9243bede053f4ea7e1f20de13e72c2b939b8.tar.gz
qtmaildir-533c9243bede053f4ea7e1f20de13e72c2b939b8.zip
refactor: rename the origin tag to moved-from: with overwrite semantics
Diffstat (limited to 'tests/test_tagdialog.cpp')
-rw-r--r--tests/test_tagdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_tagdialog.cpp b/tests/test_tagdialog.cpp
index 9b12109..93a7229 100644
--- a/tests/test_tagdialog.cpp
+++ b/tests/test_tagdialog.cpp
@@ -176,14 +176,14 @@ void TestTagDialog::aTagWithASpaceCanStillBeRemoved()
// they can see and cannot get rid of.
//
// Reached by a real Maildir: a folder named "Inbox/SlackBuilds users"
- // produced `deleted-from:Inbox/SlackBuilds users`, and the one dialog that
+ // produced `moved-from:Inbox/SlackBuilds users`, and the one dialog that
// could have cleared it refused the only text that names it.
//
// Only the TYPED route was blocked. Unchecking appends to the removal list
// after validation has run, so it worked throughout; that asymmetry is why
// both routes are asserted here rather than just the one that failed.
const QString spaced =
- QStringLiteral("deleted-from:Inbox/SlackBuilds users");
+ QStringLiteral("moved-from:Inbox/SlackBuilds users");
QHash<QString, int> current;
current.insert(spaced, 1);