diff options
author | Sushma Rai <rsushma@src.gnome.org> | 2006-04-10 11:54:09 +0800 |
---|---|---|
committer | Sushma Rai <rsushma@src.gnome.org> | 2006-04-10 11:54:09 +0800 |
commit | a7373b94386efc63050f6194e72a80e622b3938c (patch) | |
tree | 2189060c5a5a40ba2725687f4a359570097cfb6b /plugins/exchange-operations/ChangeLog | |
parent | 09c279136cbb72cf162c439b114942860b21a60a (diff) | |
download | gsoc2013-evolution-a7373b94386efc63050f6194e72a80e622b3938c.tar gsoc2013-evolution-a7373b94386efc63050f6194e72a80e622b3938c.tar.gz gsoc2013-evolution-a7373b94386efc63050f6194e72a80e622b3938c.tar.bz2 gsoc2013-evolution-a7373b94386efc63050f6194e72a80e622b3938c.tar.lz gsoc2013-evolution-a7373b94386efc63050f6194e72a80e622b3938c.tar.xz gsoc2013-evolution-a7373b94386efc63050f6194e72a80e622b3938c.tar.zst gsoc2013-evolution-a7373b94386efc63050f6194e72a80e622b3938c.zip |
Handling rename opearion for public and subscribed folders.
Fixes #328813 and #315522.
svn path=/trunk/; revision=31792
Diffstat (limited to 'plugins/exchange-operations/ChangeLog')
-rw-r--r-- | plugins/exchange-operations/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog index b67f343aa8..d47f0ab09a 100644 --- a/plugins/exchange-operations/ChangeLog +++ b/plugins/exchange-operations/ChangeLog @@ -1,3 +1,18 @@ +2006-04-10 Sushma Rai <rsushma@novell.com> + + * exchange-operations.[ch] (is_exchange_personal_folder): Added new to + check if a folder is a personal folder or not. + + * exchange-contacts.c (e_exchange_contacts_pcontacts): Printing the + folder size only for the personal folders, in properties window. + (e_exchange_contacts_check): Returning FALSE in case of rename of + non-personal folders. + (e_exchange_contacts_commit): Renaming only the personal folders. + + * exchange-calendar.c (e_exchange_calendar_pcalendar) + (e_exchange_calendar_check)(e_exchange_calendar_commit): Similar. + Fixes #328813 and #315522. + 2006-04-06 Sushma Rai <rsushma@novell.com> * exchange-operations.c (exchange_operations_update_child_esources): |