Re: Protected headers in notmuch

2018-07-25 Thread David Bremner
Daniel Kahn Gillmor writes: > Traditionally, encrypted and signed e-mail covers only the body of the > message. New standards are emerging that are capable of protecting > the headers as well. In particular, Enigmail and an upcoming version > of K-9 mail both use the "Memory Hole" approach to

Re: Protected headers in notmuch

2018-06-05 Thread David Bremner
>> https://gitlab.com/jrollins/notmuch/commits/protected-headers-fix >> >> All tests pass. Note it requires gmime 3.0 (which tripped me up for a >> bit since notmuch still implicitly supports older gmime versions). >> I didn't get as far as testing this, but

Re: Protected headers in notmuch

2018-06-03 Thread Daniel Kahn Gillmor
uch_message_get_database: >> >> https://gitlab.com/jrollins/notmuch/commits/protected-headers-fix >> >> All tests pass. Note it requires gmime 3.0 (which tripped me up for a >> bit since notmuch still implicitly supports older gmime versions). > > Depending on how

Re: Protected headers in notmuch

2018-06-02 Thread David Bremner
Jameson Graef Rollins writes: > I've pushed a branch of this series rebased against notmuch/release (for > some reason master is currently a couple commits behind) and fixed to > reflect the exposure of notmuch_message_get_database: > > https://gitlab.com/jrollins/notmuch/co

Re: Protected headers in notmuch

2018-06-02 Thread Jameson Graef Rollins
I've pushed a branch of this series rebased against notmuch/release (for some reason master is currently a couple commits behind) and fixed to reflect the exposure of notmuch_message_get_database: https://gitlab.com/jrollins/notmuch/commits/protected-headers-fix All tests pass. Note it requires

Protected headers in notmuch

2018-05-10 Thread Daniel Kahn Gillmor
hat this series does *not* do (yet) is emit any protected headers from notmuch itself. I think the series can be applied without that, because just consuming the protected headers and being able to work with them is a win on its own terms. The series is also careful not to accidentally leak cl