mirror of
https://github.com/chatmail/core.git
synced 2026-05-04 13:56:30 +03:00
fix: Prefer encrypted List-Id header (#6983)
If there is an encrypted List-Id header, it should be preferred over an unencrypted List-Id header. Part of #6884
This commit is contained in:
@@ -2007,6 +2007,7 @@ fn is_known(key: &str) -> bool {
|
||||
| "references"
|
||||
| "subject"
|
||||
| "secure-join"
|
||||
| "list-id"
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user