Migration implementation (part 2)
This commit is contained in:
@@ -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),
|
||||
),
|
||||
));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user