diff options
author | Milan Crha <mcrha@redhat.com> | 2008-04-14 22:59:36 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2008-04-14 22:59:36 +0800 |
commit | 8a6e09d1cfc5ae369b99dc5af13f9d8519fd3f5d (patch) | |
tree | 1546f241e42bd6864b8f48e402cb9d2fbfc16029 /mail/ChangeLog | |
parent | d6ca198aee8a30d691dfe38d2d86fcf7ee5ab327 (diff) | |
download | gsoc2013-evolution-8a6e09d1cfc5ae369b99dc5af13f9d8519fd3f5d.tar.gz gsoc2013-evolution-8a6e09d1cfc5ae369b99dc5af13f9d8519fd3f5d.tar.zst gsoc2013-evolution-8a6e09d1cfc5ae369b99dc5af13f9d8519fd3f5d.zip |
** Fix for bug #270406
2008-04-14 Milan Crha <mcrha@redhat.com>
** Fix for bug #270406
* em-folder-properties.c: (struct _prop_data), (emfp_free),
(add_numbered_row), (emfp_get_folder_item),
(emfp_dialog_got_folder_quota), (emfp_dialog_got_folder):
Retrieve quota information for a folder and show it in a dialog.
* mail-ops.h: (mail_get_folder_quota):
* mail-ops.c: (struct _get_quota_msg), (get_quota_desc),
(get_quota_exec), (get_quota_done), (get_quota_free),
(MailMsgInfo get_quota_info), (mail_get_folder_quota):
New operation to get folder's quota information.
svn path=/trunk/; revision=35366
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 5bbc9d0439..c6954caaf2 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,17 @@ +2008-04-14 Milan Crha <mcrha@redhat.com> + + ** Fix for bug #270406 + + * em-folder-properties.c: (struct _prop_data), (emfp_free), + (add_numbered_row), (emfp_get_folder_item), + (emfp_dialog_got_folder_quota), (emfp_dialog_got_folder): + Retrieve quota information for a folder and show it in a dialog. + * mail-ops.h: (mail_get_folder_quota): + * mail-ops.c: (struct _get_quota_msg), (get_quota_desc), + (get_quota_exec), (get_quota_done), (get_quota_free), + (MailMsgInfo get_quota_info), (mail_get_folder_quota): + New operation to get folder's quota information. + 2008-04-13 Matthew Barnes <mbarnes@redhat.com> * em-folder-browser.c: |