mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-18 11:57:59 +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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user