diff --git a/webmail/api.json b/webmail/api.json index b940ba5..41e511c 100644 --- a/webmail/api.json +++ b/webmail/api.json @@ -2115,7 +2115,7 @@ "Fields": [ { "Name": "Message", - "Docs": "Without ParsedBuf and MsgPrefix, for size. With Preview, even with value not yet stored in the database.", + "Docs": "Without ParsedBuf and MsgPrefix, for size. With Preview, even if it isn't stored yet in the database.", "Typewords": [ "Message" ] diff --git a/webmail/api.ts b/webmail/api.ts index 440a0f9..8dbb9e0 100644 --- a/webmail/api.ts +++ b/webmail/api.ts @@ -299,7 +299,7 @@ export interface EventViewMsgs { // message.Part, made for the needs of the message items in the message list. // messages. export interface MessageItem { - Message: Message // Without ParsedBuf and MsgPrefix, for size. With Preview, even with value not yet stored in the database. + Message: Message // Without ParsedBuf and MsgPrefix, for size. With Preview, even if it isn't stored yet in the database. Envelope: MessageEnvelope Attachments?: Attachment[] | null IsSigned: boolean