diff options
author | Jeffrey Stedfast <fejj@novell.com> | 2005-01-07 06:12:57 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2005-01-07 06:12:57 +0800 |
commit | 5effb957e90226a4c99e9f9bbbf6b27378d943c8 (patch) | |
tree | 3e13d2c695953472661b536ff24334ebbdcceb61 /mail/ChangeLog | |
parent | 2c781417e6356ca0b5ce223ef2e3297b52396fea (diff) | |
download | gsoc2013-evolution-5effb957e90226a4c99e9f9bbbf6b27378d943c8.tar gsoc2013-evolution-5effb957e90226a4c99e9f9bbbf6b27378d943c8.tar.gz gsoc2013-evolution-5effb957e90226a4c99e9f9bbbf6b27378d943c8.tar.bz2 gsoc2013-evolution-5effb957e90226a4c99e9f9bbbf6b27378d943c8.tar.lz gsoc2013-evolution-5effb957e90226a4c99e9f9bbbf6b27378d943c8.tar.xz gsoc2013-evolution-5effb957e90226a4c99e9f9bbbf6b27378d943c8.tar.zst gsoc2013-evolution-5effb957e90226a4c99e9f9bbbf6b27378d943c8.zip |
Handle the CamelOfflineStore case just like the CamelDiscoStore case.
2005-01-06 Jeffrey Stedfast <fejj@novell.com>
* mail-folder-cache.c (mail_note_store): Handle the
CamelOfflineStore case just like the CamelDiscoStore case.
* mail-ops.c (prep_offline_do): Since we can't kill off
CamelDisco* (groupwise is using it), we have to handle both
CamelOfflineFolder and CamelDiscoFolder for now.
(set_offline_do): Same.
svn path=/trunk/; revision=28256
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index c6041a0119..83db804e81 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,13 @@ +2005-01-06 Jeffrey Stedfast <fejj@novell.com> + + * mail-folder-cache.c (mail_note_store): Handle the + CamelOfflineStore case just like the CamelDiscoStore case. + + * mail-ops.c (prep_offline_do): Since we can't kill off + CamelDisco* (groupwise is using it), we have to handle both + CamelOfflineFolder and CamelDiscoFolder for now. + (set_offline_do): Same. + 2005-01-05 Not Zed <NotZed@Ximian.com> * em-menu.c: (emph_targets[]): Add the widget target, missed this. |