aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-offline-handler.c
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGTKHTML_0_12_0nobody2001-08-201-245/+0
| | | | | | 'GTKHTML_0_12_0'. svn path=/tags/GTKHTML_0_12_0/; revision=12303
* Set the session as online so auto mail checking (and the composer) will beJason Leach2001-08-121-0/+3
| | | | | | | | | | 2001-08-11 Jason Leach <jleach@ximian.com> * mail-offline-handler.c (impl_goOnline): Set the session as online so auto mail checking (and the composer) will be doing the right things when you go online. Bug #6343 and #4601. svn path=/trunk/; revision=11928
* New file, started by Ettore, finished by me, to implement theDan Winship2001-05-101-0/+242
* 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