Daniel Kahn Gillmor <[email protected]> writes:
> decrypted?: {
> status: msgdecstatus,
> + # map encrypted headers that differed from the outside
> headers.
> + # the value of each item in the map is what that field
> showed externally
> + # (maybe null if it was not present in the external
> headers).
> + header-mask: { header_name: string|null,*}
> }
Apologies for not catching this before (and for fussing so much about
the schemata file), but this notation for repeated key-value pairs
doesn't seem ideal to me. I would say either
header-mask: { (header_name: string|null)* }
header-mask: { header_name*: string|null }
Either would need a brief explanation above, as this the first map
defined with an arbitrary number of members.
_______________________________________________
notmuch mailing list
[email protected]
https://notmuchmail.org/mailman/listinfo/notmuch