diff options
author | Sarfraaz Ahmed <asarfraaz@novell.com> | 2005-07-25 15:13:47 +0800 |
---|---|---|
committer | Ahmed Sarfraaz <sarfraaz@src.gnome.org> | 2005-07-25 15:13:47 +0800 |
commit | facdb640ee5024dfd5e68ed1956279356b9b0222 (patch) | |
tree | 8e40a537ccae43a13ec440a90397a59423fe857a /plugins/exchange-operations/ChangeLog | |
parent | 361a4ff8955acfa250dc4a804b1ee5a8628d6260 (diff) | |
download | gsoc2013-evolution-facdb640ee5024dfd5e68ed1956279356b9b0222.tar.gz gsoc2013-evolution-facdb640ee5024dfd5e68ed1956279356b9b0222.tar.zst gsoc2013-evolution-facdb640ee5024dfd5e68ed1956279356b9b0222.zip |
Takes care of displaying the folder size for mail folders. Now also adds
2005-07-25 Sarfraaz Ahmed <asarfraaz@novell.com>
* exchange-account-setup.c
(org_gnome_exchange_show_folder_size_factory): Takes care of displaying
the folder size for mail folders.
* exchange-calendar.c (e_exchange_calendar_pcalendar): Now also adds
the calendar size in the properties page
* exchange-contacts.c (e_exchange_contacts_pcontacts): Now also adds
the addressbook size in the properties page.
* exchange-folder-size-display.c (exchange_folder_size_get_val) : Fetch
the folder size of a particular exchange folder.
* exchange-folder-size-display.h : Similar
* org-gnome-exchange-operations.eplug.in : Added the hook for the mail
properties page.
svn path=/trunk/; revision=29878
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 e60003c915..2a7161a6ed 100644 --- a/plugins/exchange-operations/ChangeLog +++ b/plugins/exchange-operations/ChangeLog @@ -1,3 +1,18 @@ +2005-07-25 Sarfraaz Ahmed <asarfraaz@novell.com> + + * exchange-account-setup.c + (org_gnome_exchange_show_folder_size_factory): Takes care of displaying + the folder size for mail folders. + * exchange-calendar.c (e_exchange_calendar_pcalendar): Now also adds + the calendar size in the properties page + * exchange-contacts.c (e_exchange_contacts_pcontacts): Now also adds + the addressbook size in the properties page. + * exchange-folder-size-display.c (exchange_folder_size_get_val) : Fetch + the folder size of a particular exchange folder. + * exchange-folder-size-display.h : Similar + * org-gnome-exchange-operations.eplug.in : Added the hook for the mail + properties page. + 2005-07-25 Arunprakash <arunp@novell.com> * exchange-delegates.c (get_folder_security) (add_button_clicked_cb) |