diff options
author | Suman Manjunath <msuman@src.gnome.org> | 2008-01-08 11:33:35 +0800 |
---|---|---|
committer | Suman Manjunath <msuman@src.gnome.org> | 2008-01-08 11:33:35 +0800 |
commit | e8409a25392daee179f822c82d85a3e68b31f0ca (patch) | |
tree | 5c8bbef3a49ecaea2a3b1b3f5ae604d3f5274812 /mail/ChangeLog | |
parent | fe08cfce36250ded5785b6cd1757277e5af3ea66 (diff) | |
download | gsoc2013-evolution-e8409a25392daee179f822c82d85a3e68b31f0ca.tar gsoc2013-evolution-e8409a25392daee179f822c82d85a3e68b31f0ca.tar.gz gsoc2013-evolution-e8409a25392daee179f822c82d85a3e68b31f0ca.tar.bz2 gsoc2013-evolution-e8409a25392daee179f822c82d85a3e68b31f0ca.tar.lz gsoc2013-evolution-e8409a25392daee179f822c82d85a3e68b31f0ca.tar.xz gsoc2013-evolution-e8409a25392daee179f822c82d85a3e68b31f0ca.tar.zst gsoc2013-evolution-e8409a25392daee179f822c82d85a3e68b31f0ca.zip |
Patch from Bharath Acharya <abharath@novell.com>: Fix for bug #474118 (Check for store type and invoke appropriate *_prepare_for_offline functions)
svn path=/trunk/; revision=34778
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 1ae6c58b6c..96edbd0479 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2008-01-08 Bharath Acharya <abharath@novell.com> + + ** Fix for bug #474118 + + * mail-ops.c: (prepare_offline_exec): Check for the right type of store + and invoke appropriate functions. + 2008-01-07 Milan Crha <mcrha@redhat.com> ** Fix for bug #300336 |