aboutsummaryrefslogtreecommitdiffstats
path: root/importers
Commit message (Collapse)AuthorAgeFilesLines
* Remove refs to drafts_folder_name and sent_folder_name in the corbaDan Winship2002-04-052-2/+6
| | | | | | | | * netscape-importer.c (netscape_import_accounts): Remove refs to drafts_folder_name and sent_folder_name in the corba account structure. svn path=/trunk/; revision=16356
* more fixes for libversit.la -> libversit.aDan Winship2002-03-202-2/+6
| | | | svn path=/trunk/; revision=16211
* comment out signature settingRadek Doulik2002-03-072-2/+7
| | | | | | | | | 2002-03-07 Radek Doulik <rodo@ximian.com> * netscape-importer.c (netscape_import_accounts): comment out signature setting svn path=/trunk/; revision=15961
* Final cleanup for the CFLAGS and LIBS in the Makefiles.Ettore Perazzoli2002-01-282-20/+14
| | | | svn path=/trunk/; revision=15486
* Don't let the importers run if people don't want them toIain Holmes2001-11-115-33/+49
| | | | svn path=/trunk/; revision=14664
* Removed the extra GnomeCardIain Holmes2001-10-302-3/+6
| | | | svn path=/trunk/; revision=14377
* Some netscape and pine fixesIain Holmes2001-10-303-47/+10
| | | | svn path=/trunk/; revision=14346
* Fixing the license text.Ettore Perazzoli2001-10-284-4/+0
| | | | svn path=/trunk/; revision=14212
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-274-8/+8
| | | | | | (instead of version 2 or any later version). svn path=/trunk/; revision=14190
* Handle the case when the transport is nothing.Iain Holmes2001-09-262-0/+12
| | | | svn path=/trunk/; revision=13114
* Redo the addressbook code.Iain Holmes2001-09-152-140/+74
| | | | svn path=/trunk/; revision=12833
* hboxIain Holmes2001-09-112-1/+6
| | | | svn path=/trunk/; revision=12757
* Handle MovemailIain Holmes2001-09-112-2/+20
| | | | svn path=/trunk/; revision=12755
* New layoutIain Holmes2001-09-085-52/+41
| | | | svn path=/trunk/; revision=12691
* Fix a typo.Kjartan Maraas2001-09-062-1/+5
| | | | | | | | 2001-09-05 Kjartan Maraas <kmaraas@gnome.org> * pine-importer.c: Fix a typo. svn path=/trunk/; revision=12631
* Get the correct name from the prefs file, or from the passwd file if one doesIain Holmes2001-09-052-3/+59
| | | | | | not exist svn path=/trunk/; revision=12597
* Elm GUIIain Holmes2001-09-012-0/+62
| | | | svn path=/trunk/; revision=12547
* Fix the Pine and Netscape importers. Give them a nice progress reporting GUI.Iain Holmes2001-08-312-4/+94
| | | | | | Revert Jason's changes so that creating a folder works again. svn path=/trunk/; revision=12536
* Importer changesIain Holmes2001-08-303-4/+69
| | | | svn path=/trunk/; revision=12521
* GUIIain Holmes2001-08-302-4/+67
| | | | svn path=/trunk/; revision=12516
* Fix?Iain Holmes2001-08-242-1/+6
| | | | svn path=/trunk/; revision=12420
* Fully initialise the structures.Iain Holmes2001-08-222-0/+7
| | | | svn path=/trunk/; revision=12352
* Add camel dependency.Jon Trowbridge2001-08-032-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-08-02 Jon Trowbridge <trow@ximian.com> * printing/Makefile.am (ecpsdir): Add camel dependency. * gui/component/Makefile.am: Add camel dependency. * backend/ebook/Makefile.am: Add camel dependency. * gui/component/addressbook-factory.c (main): Properly init camel. * backend/ebook/e-destination.c (e_destination_clear_strings): Clear ->raw. (e_destination_is_empty): We aren't empty if ->raw is set.. (e_destination_set_raw): Replaces e_destination_set_string. (e_destination_get_name): Use camel's parser to extract the name from ->raw. (e_destination_get_email): Use camel's parser to extract the email address from ->raw. (e_destination_get_address): Use camel to produce properly quoted, RFC-compliant addresses. Thanks camel! (Bug #5860) * gui/component/select-names/e-select-names-completion.c (emailify_match): Always append an e-mail address, as long as it doesn't have one already at it's beginning or end. Don't limit self to just emailifying entries tied to cards with multiple addresses. (I didn't really want to do this, but people seem to like keeping multiple cards for the same person, and other solutions (like scanning all matches for duplicate names, and only emailifying those) just seemed like way too much work for such a limited payoff.) * gui/component/select-names/e-select-names-text-model.c: s/e_destination_set_string/e_destination_set_raw/. * gui/component/select-names/e-select-names-popup.c (popup_menu_card): Quote _'s in our popup menus, so that "foo_bar" doesn't get displayed as "foobar" w/ the 'b' underlined. (Bug #5558) (popup_menu_nocard): Ditto. 2001-08-02 Jon Trowbridge <trow@ximian.com> * Makefile.am: Added camel dependency (now needed by ebook). 2001-08-02 Jon Trowbridge <trow@ximian.com> * gui/Makefile.am: Added camel dependency (now needed by ebook). 2001-08-02 Jon Trowbridge <trow@ximian.com> * Makefile.am: Added camel dependency (now needed by ebook). svn path=/trunk/; revision=11602
* 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