aboutsummaryrefslogtreecommitdiffstats
path: root/importers/netscape-importer.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete reference to account.default_account.Jon Trowbridge2001-07-191-1/+0
| | | | | | | | | 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-171-3/+54
| | | | svn path=/trunk/; revision=11136
* Fixes about a zillion bugsIain Holmes2001-07-131-1/+14
| | | | svn path=/trunk/; revision=11071
* s/GNOMELOCALEDIR/EVOLUTION_LOCALEDIR Added bindtextdomain(), textdomain()Kjartan Maraas2001-07-111-0/+3
| | | | | | | | | | | | 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
* Removed the unused widgetsIain Holmes2001-07-111-68/+17
| | | | svn path=/trunk/; revision=10964
* use bonobo-conf everywhereDietmar Maurer2001-07-041-62/+62
| | | | | | | | 2001-07-03 Dietmar Maurer <dietmar@ximian.com> * *: use bonobo-conf everywhere svn path=/trunk/; revision=10760
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-1/+1
| | | | | | helixcode.com with ximian.com all over the place. svn path=/trunk/; revision=10440
* Fix up the Importers. Remove spewage, and update for latest stylesIain Holmes2001-05-151-8/+4
| | | | svn path=/trunk/; revision=9802
* Include bonobo-context.h.Christopher James Lahey2001-05-101-10/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | 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-091-0/+910
svn path=/trunk/; revision=9722