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

@@ -485,7 +485,8 @@ impl<T: SessionStream> SessionData<T> {
EmailSearchField::Headers,
op,
SearchValue::KeyValues(
VecMap::with_capacity(1).with_append(header.into_string(), value),
VecMap::with_capacity(1)
.with_append(header.as_str().to_lowercase(), value),
),
));
}