From 533c9243bede053f4ea7e1f20de13e72c2b939b8 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Sun, 13 Sep 2026 20:17:43 +0200 Subject: refactor: rename the origin tag to moved-from: with overwrite semantics --- src/types.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/types.h') diff --git a/src/types.h b/src/types.h index fb7901c..6fd54a2 100644 --- a/src/types.h +++ b/src/types.h @@ -23,6 +23,11 @@ #include #include +/// Prefix of the origin tag a move writes. One origin tag per message, +/// overwritten on each move, so a reader cannot be handed two and forced to +/// pick one silently. Not translated, not user-facing. +inline constexpr auto kOriginTagPrefix = "moved-from:"; + struct ThreadSummary { QString threadId; -- cgit v1.2.3