mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-10 02:45:08 +00:00
Removed development tip comment
This commit is contained in:
committed by
Julio García
parent
65ece61273
commit
41f2e917e7
@@ -1214,20 +1214,6 @@ static NSCharacterSet *hexCharacterSet = nil;
|
|||||||
return MAPISTORE_SUCCESS;
|
return MAPISTORE_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
private static function parseDescriptionOc2Rc($description)
|
|
||||||
{
|
|
||||||
$description = ltrim($description, ')');
|
|
||||||
|
|
||||||
if (strpos($description, "\r\n\n") !== false) {
|
|
||||||
$exploded = explode("\r\n\n", $description, -1);
|
|
||||||
$description = join($exploded, "\n");
|
|
||||||
}
|
|
||||||
|
|
||||||
return $description;
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
- (int) getPidTagBody: (void **) data
|
- (int) getPidTagBody: (void **) data
|
||||||
inMemCtx: (TALLOC_CTX *) memCtx
|
inMemCtx: (TALLOC_CTX *) memCtx
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user