mirror of
https://github.com/chatmail/core.git
synced 2026-04-29 03:16:29 +03:00
bust ci cache, update deps, use a different rust version, remove rustup install
This commit is contained in:
committed by
holger krekel
parent
2c2555fad9
commit
97e6bc2be3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user