mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-18 03:38:49 +00:00
Initial recurrence editor for appointments
This commit is contained in:
@@ -359,10 +359,9 @@
|
||||
|
||||
if (!repeatItems)
|
||||
{
|
||||
repeatItems = [NSArray arrayWithObjects: @"daily",
|
||||
repeatItems = [NSArray arrayWithObjects: @"never",
|
||||
@"daily",
|
||||
@"weekly",
|
||||
@"bi-weekly",
|
||||
@"every_weekday",
|
||||
@"monthly",
|
||||
@"yearly",
|
||||
nil];
|
||||
|
||||
Reference in New Issue
Block a user