From 7dfda36c7663d30dee4dd1e4212fcb7ae00683bd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Wed, 3 Jan 2007 12:58:10 +0000 Subject: [PATCH] * another place to add we're sending utf-8 --- citadel/debian/control | 2 +- citadel/serv_calendar.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/citadel/debian/control b/citadel/debian/control index acc0884f2..453ad2cbe 100644 --- a/citadel/debian/control +++ b/citadel/debian/control @@ -3,7 +3,7 @@ Section: mail Priority: extra Maintainer: Wilfried Goesgens Uploaders: Fathi Boudra -Build-Depends: debhelper (>= 4.0.0), bison, autotools-dev, +Build-Depends: debhelper (>= 4.0.0), po-debconf, bison, autotools-dev, libdb4.4-dev|libdb4.3-dev, libical-dev, libssl-dev, libncurses5-dev, libldap2-dev, libpam0g-dev, libsieve2-dev Standards-Version: 3.7.2.2 diff --git a/citadel/serv_calendar.c b/citadel/serv_calendar.c index 41e5990db..457ca654f 100644 --- a/citadel/serv_calendar.c +++ b/citadel/serv_calendar.c @@ -680,7 +680,7 @@ int ical_update_my_calendar_with_reply(icalcomponent *cal) { message_text = malloc(strlen(serialized_event) + SIZ); if (message_text != NULL) { sprintf(message_text, - "Content-type: text/calendar\r\n\r\n%s\r\n", + "Content-type: text/calendar charset=\"utf-8\"\r\n\r\n%s\r\n", serialized_event ); -- 2.39.2