assign capabilities to ecal->capabilities so that it need not be computed
authorHarish Krishnaswamy <kharish@src.gnome.org>
Thu, 6 May 2004 04:06:19 +0000 (04:06 +0000)
committerHarish Krishnaswamy <kharish@src.gnome.org>
Thu, 6 May 2004 04:06:19 +0000 (04:06 +0000)
commitaaf4589c1cd46d11cb03d4926db46537603af0a6
treee9381f5fce28d50ca33b30f097ccbead7d252ca9
parent73afa2d73a5f1c08735694753ff59d27f64baecf
assign capabilities to ecal->capabilities so that it need not be computed

* libecal/e-cal.c: (load_static_capabilities): assign capabilities
to ecal->capabilities so that it need not be computed repeatedly.
* backends/groupwise/e-cal-backend-groupwise.c:
(populate_cache) : added message to view element to recieve
message bodies as plain text (default).
(connect_to_server) : the Tasks folder is also Calendar and
not Checklist in GW server.
(e_cal_backend_groupwise_get_static_capabilities) :
Added CAL_STATIC_CAPABILITY_SAVE_SCHEDULES.
calendar/ChangeLog
calendar/backends/groupwise/e-cal-backend-groupwise.c
calendar/libecal/e-cal.c