aboutsummaryrefslogtreecommitdiffstats
path: root/importers/elm-importer.c
Commit message (Collapse)AuthorAgeFilesLines
* Don't let the importers run if people don't want them toIain Holmes2001-11-111-12/+10
| | | | svn path=/trunk/; revision=14664
* Fixing the license text.Ettore Perazzoli2001-10-281-1/+0
| | | | svn path=/trunk/; revision=14212
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
| | | | | | (instead of version 2 or any later version). svn path=/trunk/; revision=14190
* New layoutIain Holmes2001-09-081-12/+6
| | | | svn path=/trunk/; revision=12691
* Elm GUIIain Holmes2001-09-011-0/+56
| | | | svn path=/trunk/; revision=12547
* 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
* More don't ask again removalsIain Holmes2001-07-111-64/+12
| | | | svn path=/trunk/; revision=10969
* use bonobo-conf everywhereDietmar Maurer2001-07-041-55/+55
| | | | | | | | 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-39/+128
| | | | svn path=/trunk/; revision=9802
* Use a better method of elm detectionIain Holmes2001-05-101-50/+113
| | | | svn path=/trunk/; revision=9740
* Include bonobo-context.h.Christopher James Lahey2001-05-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | 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/+472
svn path=/trunk/; revision=9722