aboutsummaryrefslogtreecommitdiffstats
path: root/importers
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete reference to account.default_account.Jon Trowbridge2001-07-192-1/+5
| | | | | | | | | 2001-07-18 Jon Trowbridge <trow@ximian.com> * netscape-importer.c (netscape_import_accounts): Remove obsolete reference to account.default_account. svn path=/trunk/; revision=11221
* Fix logicIain Holmes2001-07-171-1/+1
| | | | svn path=/trunk/; revision=11141
* Don't import if nsmail is emptyIain Holmes2001-07-172-3/+60
| | | | svn path=/trunk/; revision=11136
* Fixes about a zillion bugsIain Holmes2001-07-132-1/+20
| | | | svn path=/trunk/; revision=11071
* s/GNOMELOCALEDIR/EVOLUTION_LOCALEDIR Added bindtextdomain(), textdomain()Kjartan Maraas2001-07-116-1/+21
| | | | | | | | | | | | 2001-07-11 Kjartan Maraas <kmaraas@gnome.org> * Makefile.am: s/GNOMELOCALEDIR/EVOLUTION_LOCALEDIR * elm-importer.c: Added bindtextdomain(), textdomain() calls. * evolution-gnomecard-importer.c: Same here. * pine-importer.c: Same here. * netscape-importer.c: Same here. svn path=/trunk/; revision=11002
* More don't ask again removalsIain Holmes2001-07-112-64/+16
| | | | svn path=/trunk/; revision=10969
* Fix the pine importerIain Holmes2001-07-112-54/+25
| | | | svn path=/trunk/; revision=10968
* Removed the unused widgetsIain Holmes2001-07-112-68/+22
| | | | svn path=/trunk/; revision=10964
* Quit properly, and remove the Ask again button.Iain Holmes2001-07-112-25/+27
| | | | svn path=/trunk/; revision=10956
* use bonobo-conf everywhereDietmar Maurer2001-07-045-217/+216
| | | | | | | | 2001-07-03 Dietmar Maurer <dietmar@ximian.com> * *: use bonobo-conf everywhere svn path=/trunk/; revision=10760
* added $(BONOBO_CONF_LIBS) to all the LDADDs, to get it to compile. NotDamon Chaplin2001-07-032-0/+9
| | | | | | | | | 2001-07-03 Damon Chaplin <damon@ximian.com> * Makefile.am: added $(BONOBO_CONF_LIBS) to all the LDADDs, to get it to compile. Not entirely sure it is correct. svn path=/trunk/; revision=10736
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-233-3/+3
| | | | | | helixcode.com with ximian.com all over the place. svn path=/trunk/; revision=10440
* 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