mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 19:35:38 +00:00
Monotone-Parent: 657b65bbc6a703b12a62acd946bafae499c520b1
Monotone-Revision: 0c8bd1957be00f2fcad4ed2bf5b5adf8ed0ac98e Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-05-15T03:23:35 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -154,8 +154,8 @@
|
||||
[contact objectForKey: @"cn"],
|
||||
[contact objectForKey: @"c_email"]];
|
||||
[response setStatus: 200];
|
||||
[response setHeader: @"text/plain; charset=iso-8859-1"
|
||||
forKey: @"Content-Type"];
|
||||
// [response setHeader: @"text/plain; charset=iso-8859-1"
|
||||
// forKey: @"Content-Type"];
|
||||
[response appendContentString: responseString];
|
||||
contact = [contacts nextObject];
|
||||
}
|
||||
|
||||
@@ -156,8 +156,8 @@
|
||||
|
||||
response = [context response];
|
||||
[response setStatus: 200];
|
||||
[response setHeader: @"text/plain; charset=iso-8859-1"
|
||||
forKey: @"Content-Type"];
|
||||
// [response setHeader: @"text/plain; charset=iso-8859-1"
|
||||
// forKey: @"Content-Type"];
|
||||
[response appendContentString: [self _freeBusyAsText]];
|
||||
|
||||
return response;
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
/></span></div>
|
||||
</div>
|
||||
<!-- separator line -->
|
||||
<textarea name="content" var:value="text" />
|
||||
<textarea name="text" var:value="text" />
|
||||
<!-- img rsrc:src="tbird_073_compose.png" alt="screenshot" / -->
|
||||
</form>
|
||||
</var:component>
|
||||
|
||||
Reference in New Issue
Block a user