aboutsummaryrefslogtreecommitdiffstats
path: root/importers
Commit message (Collapse)AuthorAgeFilesLines
* Remove DB3_LDADDDan Winship2001-06-192-4/+7
| | | | | | | | | * Makefile.am (evolution_netscape_importer_LDADD): (evolution_elm_importer_LDADD): (evolution_pine_importer_LDADD): (evolution_gnomecard_importer_LDADD): Remove DB3_LDADD svn path=/trunk/; revision=10274
* added evolution-gnomecard-importer.Damon Chaplin2001-06-142-0/+5
| | | | | | | | 2001-06-14 Damon Chaplin <damon@ximian.com> * .cvsignore: added evolution-gnomecard-importer. svn path=/trunk/; revision=10227
* Fix Radek's fix. $(DB3_LDADD) must always come beforeEttore Perazzoli2001-06-052-2/+12
| | | | | | `libeutil.la'. svn path=/trunk/; revision=10112
* move DB3_LDADD down to fix linkageRadek Doulik2001-06-052-2/+6
| | | | | | | | 2001-06-04 Radek Doulik <rodo@ximian.com> * Makefile.am: move DB3_LDADD down to fix linkage svn path=/trunk/; revision=10111
* Fix linking order for `$(DB3_LDADD)'s so that we avoid pullingEttore Perazzoli2001-06-032-26/+35
| | | | | | | functions from a different Berkeley DB library when we really don't mean to. svn path=/trunk/; revision=10106
* Add a bunch of missing `$(DB3_LDADD)'s.Ettore Perazzoli2001-06-022-4/+16
| | | | svn path=/trunk/; revision=10085
* Build the GnomeCard importerIain Holmes2001-05-174-27/+197
| | | | svn path=/trunk/; revision=9853
* Fix up the Importers. Remove spewage, and update for latest stylesIain Holmes2001-05-154-64/+166
| | | | svn path=/trunk/; revision=9802
* Use a better method of elm detectionIain Holmes2001-05-102-50/+120
| | | | svn path=/trunk/; revision=9740
* Added .cvsignore.Christopher James Lahey2001-05-102-0/+23
| | | | | | | | 2001-05-09 Christopher James Lahey <clahey@ximian.com> * .cvsignore: Added .cvsignore. svn path=/trunk/; revision=9732
* Include bonobo-context.h.Christopher James Lahey2001-05-104-24/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | 2001-05-09 Christopher James Lahey <clahey@ximian.com> * elm-importer.c, netscape-importer.c, pine-importer.c: Include bonobo-context.h. * netscape-importer.c (netscape_import_accounts): Made a bunch of const char *s here. (importer_cb): Replaced CORBA_OBJECT_NIL with CORBA_NO_EXCEPTION in a error check here. (netscape_create_structure): Removed unused data variable here. Added BONOBO_OBJECT casts. (importer_init): Changed factory to be a BonoboGenericFactory * instead of a BonoboObject *. * pine-importer.c (import_addressfile): Changed signature to match EBookCallback signature. Added char *email variable. Removed EList since we only need to deal with one email for now. Changed this to not set the file as to the fullname. (pine_can_import): Removed unused settings and addressbook variables. (pine_create_structure): Added BONOBO_OBJECT casts. svn path=/trunk/; revision=9731
* Importer changesIain Holmes2001-05-099-0/+2507
svn path=/trunk/; revision=9722