extend and fix python/test side of location streaming

This commit is contained in:
holger krekel
2019-11-02 23:07:14 +01:00
parent d774430ec2
commit 4eb068613d
3 changed files with 20 additions and 7 deletions

View File

@@ -813,9 +813,6 @@ impl<'a> MimeParser<'a> {
}
fn do_add_single_part(&mut self, mut part: Part) {
// we transfer the encryption-state to each part
// because each part lands to each part ? Autocrypt does not define "partially encrypted"
// so either the whole message is encrypted properly or nothing
if self.encrypted {
if self.signatures.len() > 0 {
part.param.set_int(Param::GuaranteeE2ee, 1);