See ChangeLog

Monotone-Parent: a0f83515485c5754a47ce96dd157fbafe1cdd459
Monotone-Revision: b4cdf2c0fe2ace70d873c007f3fd15f64aa0f91a

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2009-03-13T19:48:15
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Ludovic Marcotte
2009-03-13 19:48:15 +00:00
parent 624ff85d71
commit c3bc74e116
4 changed files with 52 additions and 24 deletions
+4 -5
View File
@@ -1,14 +1,15 @@
/*
Copyright (C) 2004-2005 SKYRIX Software AG
Copyright (C) 2007-2009 Inverse inc.
This file is part of OpenGroupware.org.
This file is part of SOGo.
OGo is free software; you can redistribute it and/or modify it under
SOGo is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the
Free Software Foundation; either version 2, or (at your option) any
later version.
OGo is distributed in the hope that it will be useful, but WITHOUT ANY
SOGo is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
License for more details.
@@ -338,8 +339,6 @@ static NSString *fallbackIMAP4Server = nil;
else if ([folderName
isEqualToString: [self trashFolderNameInContext: _ctx]])
klazz = [SOGoTrashFolder class];
/* else if ([folderName isEqualToString: [self sieveFolderNameInContext: _ctx]])
obj = [self lookupFiltersFolder: _key inContext: _ctx]; */
else
klazz = [SOGoMailFolder class];