Remove unnecessary context binding to self

This commit is contained in:
link2xt
2022-08-06 19:50:22 +00:00
parent 120a96cd8b
commit 355f18184c

View File

@@ -32,7 +32,6 @@ pub async fn try_decrypt(
// Possibly perform decryption
let public_keyring_for_validate = keyring_from_peerstate(&decryption_info.peerstate);
let context = context;
let encrypted_data_part = match get_autocrypt_mime(mail)
.or_else(|| get_mixed_up_mime(mail))
.or_else(|| get_attachment_mime(mail))