Re: [PATCH 06/20] mime-node: track whole-message crypto state while walking the tree

2018-06-15 Thread David Bremner
Daniel Kahn Gillmor writes: > Deliberately populate the message's cryptographic status while walking > the MIME tree from the CLI. > --- > mime-node.c | 27 --- > 1 file changed, 24 insertions(+), 3 deletions(-) > > diff --git a/mime-node.c b/mime-node.c > index

[PATCH 06/20] mime-node: track whole-message crypto state while walking the tree

2018-05-10 Thread Daniel Kahn Gillmor
Deliberately populate the message's cryptographic status while walking the MIME tree from the CLI. --- mime-node.c | 27 --- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/mime-node.c b/mime-node.c index cbff95d1..6ecd121d 100644 --- a/mime-node.c +++