aboutsummaryrefslogtreecommitdiffstats
path: root/mail/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove GOAD support.Dan Winship2000-07-251-46/+15
| | | | | | | | | | | * component-factory.c, folder-browser-factory.c, test-mail.c: Remove GOAD support. * main.c: Remove GOAD support. (main): More "guess the build mistake" fun, this time for the failure to initialize Bonobo case. svn path=/trunk/; revision=4301
* gtkhtmllib_init is no more. Call gconf_init directly instead.Dan Winship2000-07-071-1/+2
| | | | | | | * main.c (main): gtkhtmllib_init is no more. Call gconf_init directly instead. svn path=/trunk/; revision=3930
* Call od_assert_using_oaf() or od_assert_using_goad() as appropriate toDan Winship2000-06-291-4/+7
| | | | | | | | * main.c (init_corba): Call od_assert_using_oaf() or od_assert_using_goad() as appropriate to make sure people didn't someone trick the build system. svn path=/trunk/; revision=3776
* Hey, nothreads might work now\!Peter Williams2000-06-281-1/+6
| | | | svn path=/trunk/; revision=3762
* Add some debugging messages to track down thread issues better andEttore Perazzoli2000-06-261-0/+2
| | | | | | | call GDK_THREAD_{LEAVE,ENTER} around the main loop as the GTK+ FAQ says we should do. svn path=/trunk/; revision=3737
* Land most of the stuff to move fetch_mail, send_mail, expunge_folder, ↵Peter Williams2000-06-241-0/+2
| | | | | | init_imap, and init_news to async operation. svn path=/trunk/; revision=3711
* call gtkhtmllib_init hereRadek Doulik2000-06-141-0/+1
| | | | | | | | 2000-06-14 Radek Doulik <rodo@helixcode.com> * main.c (main): call gtkhtmllib_init here svn path=/trunk/; revision=3567
* Return the result of folder_browser_load_folder. (get_prop, set_prop,Dan Winship2000-06-131-1/+0
| | | | | | | | | | | | | | | | | | | | | * folder-browser.c (folder_browser_set_uri): Return the result of folder_browser_load_folder. (get_prop, set_prop, folder_browser_properties_init): Remove. No longer needed. * folder-browser-factory.c (folder_browser_factory_new_control): Add a "uri" argument, return NULL if setting it fails. (folder_browser_factory_new_control): Remove property bag stuff. (folder_browser_factory_init, folder_browser_factory): Remove this, since we're using the component factory now. * component-factory.c (create_view): Update for folder_browser_factory_new_control change and return NOTFOUND as appropriate. * main.c (main): Don't call folder_browser_factory_init. svn path=/trunk/; revision=3532
* Reorganized the shell to allow dynamic registration of storages andEttore Perazzoli2000-05-251-4/+5
| | | | | | | folder types, and changed all the components to work with the new setup. svn path=/trunk/; revision=3199
* consolidate mail-format.h, mail-identify.h, mail-ops.h, main.h andDan Winship2000-05-071-2/+1
| | | | | | | | * mail.h: consolidate mail-format.h, mail-identify.h, mail-ops.h, main.h and session.h into this new file. There's no reason to have a .h for every .c. svn path=/trunk/; revision=2830
* Fix broken OAF patch for the GNORBA case.Ettore Perazzoli2000-04-291-8/+8
| | | | svn path=/trunk/; revision=2676
* Made Evolution OAF-compatible.Ettore Perazzoli2000-04-281-8/+27
| | | | svn path=/trunk/; revision=2673
* call glade_gnome_init, for composer.Dan Winship2000-04-231-0/+4
| | | | | | * main.c (main): call glade_gnome_init, for composer. svn path=/trunk/; revision=2556
* Fix the embarassing cursor bug.Miguel de Icaza2000-04-121-0/+1
| | | | | | Fix the embarassing cursor bug. svn path=/trunk/; revision=2404
* Add the unicode libraries as well.Miguel de Icaza2000-02-161-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-02-14 Miguel de Icaza <miguel@gnu.org> * camel/providers/mbox/Makefile.am (libcamelmbox_la_LIBADD): Add the unicode libraries as well. * camel/camel-provider.c (camel_provider_register_as_module): Add error reporting here. Desire to use Solaris increases. Hair loss in the last two hours: 5,400. * camel/providers/mbox/camel-mbox-provider.c (camel_mbox_get_provider): Renamed function. * camel/camel.h: All include files use camel/ now here. * camel/providers/mbox/Makefile.am: Drop all the dynamism from Camel, and make this a standard library. * configure.in: set the UNICODE_LIBS variable here. 2000-02-14 Miguel de Icaza <miguel@gnu.org> * folder-browser.c (folder_browser_load_folder): New routine, loads a camel folder. (folder_browser_set_uri): redo. * session.c: new file. Implements SessionStores to keep track of a Session/Store tuple. svn path=/trunk/; revision=1783
* Make Evolution compile with the latest Bonobo changes.Arturo Espinosa2000-01-261-2/+2
| | | | | | | | Make Evolution compile with the latest Bonobo changes. Miguel. svn path=/trunk/; revision=1636
* It compiles -miguelArturo Espinosa2000-01-251-2/+3
| | | | svn path=/trunk/; revision=1630
* More workArturo Espinosa2000-01-251-3/+38
| | | | svn path=/trunk/; revision=1628
* More workArturo Espinosa2000-01-201-0/+3
| | | | | | More work svn path=/trunk/; revision=1595
* More work on the code. Added more for the framework.Arturo Espinosa2000-01-191-0/+11
More work on the code. Added more for the framework. Miguel. svn path=/trunk/; revision=1593