mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-05 05:18:51 +00:00
Monotone-Parent: 78dcdb9c4c1457146fc206115afe39e0596352f3
Monotone-Revision: d320625490d77dd599853dd7e1b39027126c15f5 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-12-04T23:24:40 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -213,6 +213,13 @@ static NSArray *headers = nil;
|
||||
|
||||
/* identifiers */
|
||||
|
||||
- (NSString *) nextId
|
||||
{
|
||||
currentIndex++;
|
||||
|
||||
return @"";
|
||||
}
|
||||
|
||||
- (NSString *) currentRowId
|
||||
{
|
||||
[self nextId];
|
||||
@@ -231,13 +238,6 @@ static NSArray *headers = nil;
|
||||
return [NSString stringWithFormat: @"addr_%d", currentIndex];
|
||||
}
|
||||
|
||||
- (NSString *) nextId
|
||||
{
|
||||
currentIndex++;
|
||||
|
||||
return @"";
|
||||
}
|
||||
|
||||
/* handling requests */
|
||||
|
||||
- (void) _fillAddresses: (NSMutableArray *) addresses
|
||||
|
||||
Reference in New Issue
Block a user