diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-07-17 04:43:38 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-07-17 04:43:38 +0800 |
commit | 86b0cdbb0738cc8b188abad6429ef80d64c9ed0d (patch) | |
tree | 1f1f48d377c03ed4813efb9f12a33f61b0e90002 /importers/ChangeLog | |
parent | ac81c90d1e63beff476114bb288edd0844e5ca06 (diff) | |
download | gsoc2013-evolution-86b0cdbb0738cc8b188abad6429ef80d64c9ed0d.tar.gz gsoc2013-evolution-86b0cdbb0738cc8b188abad6429ef80d64c9ed0d.tar.zst gsoc2013-evolution-86b0cdbb0738cc8b188abad6429ef80d64c9ed0d.zip |
Don't import if nsmail is empty
svn path=/trunk/; revision=11136
Diffstat (limited to 'importers/ChangeLog')
-rw-r--r-- | importers/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/importers/ChangeLog b/importers/ChangeLog index af648d6f94..2b574641ab 100644 --- a/importers/ChangeLog +++ b/importers/ChangeLog @@ -1,3 +1,9 @@ +2001-07-16 Iain Holmes <iain@ximian.com> + + * netscape-importer.c (is_dir_empty): Find out if a dir is either empty + or contains only 0 length files. + (netscape_can_import): Only import a file if the dir isn't empty. + 2001-07-12 Iain Holmes <iain@ximian.com> * netscape-importer.c (netscape_init_prefs): Ignore comments. |