try use a different rust version

This commit is contained in:
dignifiedquire
2019-11-10 21:22:49 +01:00
parent 00e22d4339
commit d07afe5bd6
3 changed files with 4 additions and 2 deletions

View File

@@ -498,7 +498,7 @@ fn decrypt_if_autocrypt_message(
public_keyring_for_validate: &Keyring,
ret_valid_signatures: &mut HashSet<String>,
ret_gossip_headers: *mut *mut mailimf_fields,
) -> Result<(bool)> {
) -> Result<bool> {
/* The returned bool is true if we detected an Autocrypt-encrypted
message and successfully decrypted it. Decryption then modifies the
passed in mime structure in place. The returned bool is false