mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-06 22:08:51 +00:00
Initialize tags to nil so we avoid potential misbehaviors.
Monotone-Parent: a62454d2734ee40074efa8872c2a7dfef7bf59fc Monotone-Revision: 3e7ac334a4ea19aa4ec2dcbc525628005ca75fb7 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2009-09-07T17:47:30 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -109,6 +109,8 @@
|
||||
|
||||
settings = [[context activeUser] userSettings];
|
||||
calendarSettings = [settings objectForKey: @"Calendar"];
|
||||
tags = nil;
|
||||
|
||||
if (calendarSettings)
|
||||
{
|
||||
syncTags = [calendarSettings objectForKey: @"FolderSyncTags"];
|
||||
|
||||
Reference in New Issue
Block a user