mirror of
https://github.com/chatmail/core.git
synced 2026-05-07 17:06:35 +03:00
run cargo fmt
This commit is contained in:
@@ -343,16 +343,16 @@ pub unsafe fn dc_e2ee_encrypt(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// ok_to_continue = false = 14181132614457621749
|
// ok_to_continue = false = 14181132614457621749
|
||||||
if ok_to_continue {
|
if ok_to_continue {
|
||||||
let aheader = Aheader::new(addr, public_key, prefer_encrypt);
|
let aheader = Aheader::new(addr, public_key, prefer_encrypt);
|
||||||
mailimf_fields_add(
|
mailimf_fields_add(
|
||||||
imffields_unprotected,
|
imffields_unprotected,
|
||||||
mailimf_field_new_custom(
|
mailimf_field_new_custom(
|
||||||
"Autocrypt".strdup(),
|
"Autocrypt".strdup(),
|
||||||
aheader.to_string().strdup(),
|
aheader.to_string().strdup(),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user