Re: [PATCH 12/20] cli/show: add information about which headers were protected

2018-06-28 Thread David Bremner
Daniel Kahn Gillmor writes: > --- a/devel/schemata > +++ b/devel/schemata > @@ -89,9 +89,15 @@ crypto = { >status: sigstatus, ># was the set of signatures described under encrypted > cover? >encrypted: bool, > +

[PATCH 12/20] cli/show: add information about which headers were protected

2018-05-10 Thread Daniel Kahn Gillmor
This allows a clever UI frontend to mark whether a header was protected (or not), and if it was protected, to show the details to an interested user. As before, we only handle Subject for now, but we might be able to handle other headers in the future. --- devel/schemata | 6