refactor: Remove unused Authentication-Results parsing (#8172)

This commit is contained in:
Hocuri
2026-04-25 23:33:15 +02:00
committed by GitHub
parent 25cd7b65fd
commit 5f1d54100f
6 changed files with 3 additions and 586 deletions

View File

@@ -407,12 +407,6 @@ pub enum Config {
#[strum(props(default = "1"))]
SyncMsgs,
/// Space-separated list of all the authserv-ids which we believe
/// may be the one of our email server.
///
/// See `crate::authres::update_authservid_candidates`.
AuthservIdCandidates,
/// Make all outgoing messages with Autocrypt header "multipart/signed".
SignUnencrypted,