From ca5b6ca711e73bc22fdf108e06d82241e059c6ee Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Wed, 26 Aug 2026 15:55:13 +0200 Subject: feat: expose a row's sender to the delegate --- src/types.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/types.h') diff --git a/src/types.h b/src/types.h index 47ddb78..a1689ab 100644 --- a/src/types.h +++ b/src/types.h @@ -166,6 +166,13 @@ struct MessageNode QString messageId; QString threadId; ///< The thread this message belongs to. QString from; + + /// The BARE address of the message's From, with any display name + /// discarded, like `ThreadSummary::firstMessageSender` is for a thread + /// row. `from` above is the raw header and usually carries a display + /// name, which is what the avatar's hash and the business-senders + /// lookup cannot take initials or match against. + QString senderAddress; QString subject; QDateTime date; QStringList tags; -- cgit v1.2.3