diff options
author | Dan Winship <danw@src.gnome.org> | 2001-05-10 06:01:42 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-05-10 06:01:42 +0800 |
commit | 72be879a2786d992936b8195b328dfca75b22919 (patch) | |
tree | dfe94a8ecaf416ebf13c3c109d9bbd3b4ad389be /mail/ChangeLog | |
parent | 630241d74b1a6dede97380c8ed70c74641399e0f (diff) | |
download | gsoc2013-evolution-72be879a2786d992936b8195b328dfca75b22919.tar gsoc2013-evolution-72be879a2786d992936b8195b328dfca75b22919.tar.gz gsoc2013-evolution-72be879a2786d992936b8195b328dfca75b22919.tar.bz2 gsoc2013-evolution-72be879a2786d992936b8195b328dfca75b22919.tar.lz gsoc2013-evolution-72be879a2786d992936b8195b328dfca75b22919.tar.xz gsoc2013-evolution-72be879a2786d992936b8195b328dfca75b22919.tar.zst gsoc2013-evolution-72be879a2786d992936b8195b328dfca75b22919.zip |
New file, started by Ettore, finished by me, to implement the
* mail-offline-handler.c: New file, started by Ettore, finished by
me, to implement the GNOME_Evolution_Offline interface.
* Makefile.am (evolution_mail_SOURCES): Add
mail-offline-handler.[ch]
* mail-ops.c (mail_store_set_offline): Set a store online or
offline.
* mail-send-recv.c (auto_timeout): Don't run auto-check-for-mail
while the session is offline.
* component-factory.c (component_fn): Set up offline handler.
svn path=/trunk/; revision=9739
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 019aec7066..6caf961a81 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,19 @@ +2001-05-09 Dan Winship <danw@ximian.com> + + * mail-offline-handler.c: New file, started by Ettore, finished by + me, to implement the GNOME_Evolution_Offline interface. + + * Makefile.am (evolution_mail_SOURCES): Add + mail-offline-handler.[ch] + + * mail-ops.c (mail_store_set_offline): Set a store online or + offline. + + * mail-send-recv.c (auto_timeout): Don't run auto-check-for-mail + while the session is offline. + + * component-factory.c (component_fn): Set up offline handler. + 2001-05-09 Christopher James Lahey <clahey@ximian.com> * importers/evolution-mbox-importer.c (load_file_fn): Made a const |