mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-10 22:15:26 +00:00
Monotone-Parent: 570d66d8008ad488c7c2237f20fef3f87882fd0e
Monotone-Revision: 73ad5c3c9ba30aa95f1712c12d1db2d63b8211c6 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-08-20T19:12:50 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
|
||||
#import <NGObjWeb/WOContext.h>
|
||||
#import <NGObjWeb/WOResponse.h>
|
||||
#import <NGExtensions/NSString+misc.h>
|
||||
|
||||
#import <Contacts/SOGoContactObject.h>
|
||||
#import <Contacts/SOGoContactFolder.h>
|
||||
@@ -59,6 +60,15 @@
|
||||
return currentContact;
|
||||
}
|
||||
|
||||
- (NSString *) currentCName
|
||||
{
|
||||
NSString *cName;
|
||||
|
||||
cName = [currentContact objectForKey: @"c_name"];
|
||||
|
||||
return [cName stringByEscapingURL];
|
||||
}
|
||||
|
||||
- (id <WOActionResults>) mailerContactsAction
|
||||
{
|
||||
selectorComponentClass = @"UIxContactsMailerSelection";
|
||||
|
||||
Reference in New Issue
Block a user