mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-24 12:55:24 +00:00
fix(mail(dav)): restore support for filtering by sent-date
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user