fix(mail(dav)): restore support for filtering by sent-date

This commit is contained in:
Francis Lachapelle
2021-11-09 16:52:02 -05:00
parent 620d8a0a2a
commit 563f1d2842
+1 -1
View File
@@ -47,7 +47,7 @@
@"recent", @"seen", @"deleted", nil];
strings = [NSArray arrayWithObjects: @"from", @"to", @"cc",
@"keywords", @"body", nil];
dates = [NSArray arrayWithObjects: @"date", @"receive-date", nil];
dates = [NSArray arrayWithObjects: @"date", @"receive-date", @"sent-date", nil];
formats = nil;
list = [mailFilters childNodes];