Modified the eplug file to add the "commit" code for folder hierarchy
2005-07-13 Praveen Kumar <kpraveen@novell.com> * org-gnome-exchange-operations.eplug.in : Modified the eplug file to add the "commit" code for folder hierarchy plugins for calendar and contacts svn path=/trunk/; revision=29760
This commit is contained in:
committed by
Praveen Kumar
parent
a09f4c7c08
commit
028e98ae2a
@ -1,3 +1,9 @@
|
||||
2005-07-13 Praveen Kumar <kpraveen@novell.com>
|
||||
|
||||
* org-gnome-exchange-operations.eplug.in : Modified the eplug file to
|
||||
add the "commit" code for folder hierarchy plugins for calendar and
|
||||
contacts
|
||||
|
||||
2005-07-11 Sarfraaz Ahmed <asarfraaz@novell.com>
|
||||
|
||||
* exchange-operations.c (exchange_operations_report_error) : Check that
|
||||
|
||||
@ -49,28 +49,31 @@
|
||||
</hook>
|
||||
|
||||
<hook class="org.gnome.evolution.calendar.config:1.0">
|
||||
<group
|
||||
<group
|
||||
target="source"
|
||||
id="org.gnome.evolution.calendar.calendarProperties"
|
||||
check="e_exchange_calendar_check">
|
||||
check="e_exchange_calendar_check"
|
||||
commit="e_exchange_calendar_commit">
|
||||
<item
|
||||
type="item_table"
|
||||
path="00.general/00.source/40.pcalendar"
|
||||
factory="e_exchange_calendar_pcalendar"/>
|
||||
</group>
|
||||
</hook>
|
||||
</group>
|
||||
</hook>
|
||||
|
||||
<hook class="org.gnome.evolution.addressbook.config:1.0">
|
||||
<group
|
||||
<group
|
||||
target="source"
|
||||
id="org.gnome.evolution.addressbook.addressbookProperties"
|
||||
check="e_exchange_contacts_check">
|
||||
<item
|
||||
id="com.novell.evolution.addressbook.config.accountEditor"
|
||||
check="e_exchange_contacts_check"
|
||||
commit="e_exchange_contacts_commit">
|
||||
<item
|
||||
type="item"
|
||||
path="00.general/10.display/60.pcontacts"
|
||||
path="00.general/10.display/40.pcontacts"
|
||||
factory="e_exchange_contacts_pcontacts"/>
|
||||
</group>
|
||||
</hook>
|
||||
</group>
|
||||
</hook>
|
||||
|
||||
<hook class="org.gnome.evolution.mail.popup:1.0">
|
||||
<menu id="org.gnome.evolution.mail.foldertree.popup" target="folder" factory = "org_gnome_exchange_folder_permissions">
|
||||
</menu>
|
||||
|
||||
Reference in New Issue
Block a user