Restore SOGoMailAddOutgoingAddresses functionality

This commit is contained in:
Francis Lachapelle
2016-08-12 11:38:05 -04:00
parent 3d281c2f39
commit 287c57c994
4 changed files with 16 additions and 5 deletions
+2 -3
View File
@@ -58,6 +58,7 @@
#import <NGCards/NGVCard.h>
#import <Contacts/SOGoContactFolder.h>
#import <Contacts/SOGoContactFolders.h>
#import <Contacts/SOGoContactGCSEntry.h>
@@ -1823,7 +1824,6 @@ static NSString *userAgent = nil;
//
//
//
/*
- (NSException *) sendMail
{
SOGoUserDefaults *ud;
@@ -1838,7 +1838,7 @@ static NSString *userAgent = nil;
SOGoContactGCSEntry *newContact;
NGMailAddress *parsedRecipient;
NGMailAddressParser *parser;
SOGoContactFolder *folder;
SOGoFolder <SOGoContactFolder> *folder;
NGVCard *card;
int i;
@@ -1885,7 +1885,6 @@ static NSString *userAgent = nil;
}
return [self sendMailAndCopyToSent: YES];
}
*/
//
//