feat(mail): enable autoreply on specific days or at a specific time

Fixes #5328
This commit is contained in:
Francis Lachapelle
2021-12-02 14:03:46 -05:00
parent 6807d1df8b
commit 2ecd441f32
10 changed files with 498 additions and 141 deletions
+9
View File
@@ -506,6 +506,15 @@ static NSArray *reminderValues = nil;
return iCalWeekDayString[i];
}
- (int) numberForWeekDay
{
unsigned int i;
i = [[self shortWeekDaysList] indexOfObject: item];
return i;
}
//
// Used by wox template
//