From e5883102e426d982875c8840347bdbb72db2f258 Mon Sep 17 00:00:00 2001 From: Paul Bolle Date: Tue, 1 Dec 2009 21:16:53 +0100 Subject: Bug #603061 - Use .ics for temp vcalendar files --- plugins/tnef-attachments/tnef-plugin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/tnef-attachments/tnef-plugin.c b/plugins/tnef-attachments/tnef-plugin.c index f353d15366..f18b90b144 100644 --- a/plugins/tnef-attachments/tnef-plugin.c +++ b/plugins/tnef-attachments/tnef-plugin.c @@ -847,7 +847,7 @@ void saveVCalendar(TNEFStruct *tnef, const gchar *tmpdir) { DDWORD ddword_val; dtr thedate; - sprintf(ifilename, "%s/calendar.vcf", tmpdir); + sprintf(ifilename, "%s/calendar.ics", tmpdir); printf("%s\n", ifilename); if ((fptr = fopen(ifilename, "wb"))==NULL) { @@ -1110,7 +1110,7 @@ void saveVTask(TNEFStruct *tnef, const gchar *tmpdir) { while (vl->data[index] == ' ') vl->data[index--] = 0; - sprintf(ifilename, "%s/%s.vcf", tmpdir, vl->data); + sprintf(ifilename, "%s/%s.ics", tmpdir, vl->data); for (i=0; i