aboutsummaryrefslogtreecommitdiffstats
path: root/importers/netscape-importer.c
diff options
context:
space:
mode:
Diffstat (limited to 'importers/netscape-importer.c')
-rw-r--r--importers/netscape-importer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/importers/netscape-importer.c b/importers/netscape-importer.c
index d8daf4329e..a1e1a28f58 100644
--- a/importers/netscape-importer.c
+++ b/importers/netscape-importer.c
@@ -382,9 +382,9 @@ netscape_import_accounts (NetscapeImporter *importer)
nstr = netscape_get_string ("mail.identity.organization");
id.organization = CORBA_string_dup (nstr ? nstr : "");
nstr = netscape_get_string ("mail.signature_file");
- id.signature = CORBA_string_dup (nstr ? nstr : "");
+ /* FIXME rodo id.signature = CORBA_string_dup (nstr ? nstr : "");
id.html_signature = CORBA_string_dup ("");
- id.has_html_signature = FALSE;
+ id.has_html_signature = FALSE; */
/* Create transport */
nstr = netscape_get_string ("network.hosts.smtp_server");