Merge branch 'stable'

This commit is contained in:
link2xt
2023-08-27 22:03:51 +00:00
4 changed files with 7 additions and 6 deletions

View File

@@ -23,7 +23,8 @@ use crate::key::{DcKey, Fingerprint};
use crate::tools::EmailAddress;
#[allow(missing_docs)]
pub const HEADER_AUTOCRYPT: &str = "autocrypt-prefer-encrypt";
#[cfg(test)]
pub(crate) const HEADER_AUTOCRYPT: &str = "autocrypt-prefer-encrypt";
#[allow(missing_docs)]
pub const HEADER_SETUPCODE: &str = "passphrase-begin";