Migration implementation (part 2)

This commit is contained in:
mdecimus
2025-12-11 18:43:53 +01:00
parent f1fe0345ef
commit 3df5327ac8
39 changed files with 791 additions and 489 deletions

View File

@@ -149,7 +149,7 @@ impl EmailQuery for Server {
EmailSearchField::Headers,
op,
SearchValue::KeyValues(VecMap::with_capacity(1).with_append(
header_name.into_string(),
header_name.as_str().to_lowercase(),
value.unwrap_or_default(),
)),
));