diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-09-05 04:50:34 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-09-05 04:50:34 +0800 |
commit | 12718c4056c30ac2bb1610f6ca62a378718b924c (patch) | |
tree | ce5c72a91fa3ea8cb816e7373bd385758f3a386e /importers/ChangeLog | |
parent | 98b0ce35e99ae6d6c0fffc791a98424ee9f40aca (diff) | |
download | gsoc2013-evolution-12718c4056c30ac2bb1610f6ca62a378718b924c.tar.gz gsoc2013-evolution-12718c4056c30ac2bb1610f6ca62a378718b924c.tar.zst gsoc2013-evolution-12718c4056c30ac2bb1610f6ca62a378718b924c.zip |
Get the correct name from the prefs file, or from the passwd file if one does
not exist
svn path=/trunk/; revision=12597
Diffstat (limited to 'importers/ChangeLog')
-rw-r--r-- | importers/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/importers/ChangeLog b/importers/ChangeLog index f138273071..97175314fd 100644 --- a/importers/ChangeLog +++ b/importers/ChangeLog @@ -1,3 +1,11 @@ +2001-09-04 Iain Holmes <iain@ximian.com> + + * netscape-importer.c (netscape_import_accounts): If there is no + username defined in the netscape file, work it out from the passwd + file. + (get_user_fullname): Work out the username from the passwd file, + striping all the extra stuff and expanding the & + 2001-08-31 Iain Holmes <iain@ximian.com> * elm-importer.c (create_importer_gui): Add a messagebox. |