feat: group composer From dropdown by account in Pro shell

This commit is contained in:
Linus Rath
2026-05-21 23:07:02 +02:00
parent e80412b6fd
commit dbc0eea148
3 changed files with 219 additions and 16 deletions
+6
View File
@@ -159,6 +159,12 @@ export interface Identity {
textSignature?: string;
htmlSignature?: string;
mayDelete: boolean;
// See `Calendar.localAccountId` — set when the Pro shell aggregates
// identities from multiple connected accounts so we can route sends
// back through the owning JMAP client. `accountName` is the
// user-facing label for the dropdown's optgroup.
localAccountId?: string;
accountName?: string;
}
// RFC 9553 JSContact / RFC 9610 JMAP for Contacts