mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-03 18:45:26 +00:00
Merge pull request #201 from inverse-inc/warning-removal-again
Warning removal, next part.
This commit is contained in:
@@ -39,6 +39,11 @@
|
||||
}
|
||||
|
||||
- (iCalEvent *) authorativeEvent;
|
||||
- (NSString *) endDate;
|
||||
- (NSString *) endTime;
|
||||
- (NSString *) startDate;
|
||||
- (NSString *) startTime;
|
||||
- (BOOL) isEndDateOnSameDay;
|
||||
|
||||
@end
|
||||
|
||||
|
||||
@@ -869,7 +869,7 @@ static NSArray *infoKeys = nil;
|
||||
{
|
||||
error = [self validateForSend];
|
||||
if (!error)
|
||||
error = [co sendMail];
|
||||
error = [co sendMailAndCopyToSent: YES];
|
||||
else
|
||||
error = [self failedToSaveFormResponse: [error reason]];
|
||||
}
|
||||
|
||||
@@ -21,9 +21,15 @@
|
||||
*/
|
||||
|
||||
#import <Foundation/NSValue.h>
|
||||
|
||||
#import <NGHttp/NGHttpRequest.h>
|
||||
#import <NGObjWeb/NSException+HTTP.h>
|
||||
#define COMPILING_NGOBJWEB 1 /* httpRequest is needed in
|
||||
importAction */
|
||||
#import <NGObjWeb/WORequest.h>
|
||||
#undef COMPILING_NGOBJWEB
|
||||
#import <NGObjWeb/WOResponse.h>
|
||||
#import <NGMime/NGMimeMultipartBody.h>
|
||||
|
||||
#import <NGCards/iCalCalendar.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user