From 16bcca2ec81199ff2460f35f9473349e7634ee40 Mon Sep 17 00:00:00 2001 From: Chenthill Palanisamy Date: Mon, 16 Jan 2006 05:47:06 +0000 Subject: added code in gui/itip-utils.[ch], gui/e-cal-popup.[ch], gui/e-calendar-view.c so that an option of "Reply" and "Reply All" on right click of a calendar item for calendars that do not have the static capability of saving schedules. svn path=/trunk/; revision=31192 --- calendar/gui/itip-utils.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'calendar/gui/itip-utils.h') diff --git a/calendar/gui/itip-utils.h b/calendar/gui/itip-utils.h index cf974b74f8..843ae8210d 100644 --- a/calendar/gui/itip-utils.h +++ b/calendar/gui/itip-utils.h @@ -48,4 +48,7 @@ gboolean itip_publish_comp (ECal *client, gchar* uri, gchar* username, gboolean itip_publish_begin (ECalComponent *pub_comp, ECal *client, gboolean cloned, ECalComponent **clone); +gboolean reply_to_calendar_comp (ECalComponentItipMethod method, ECalComponent *send_comp, + ECal *client, gboolean reply_all, icalcomponent *zones, GSList *attachments_list); + #endif -- cgit v1.2.3