diff options
author | Radek Doulik <rodo@ximian.com> | 2002-03-07 23:18:53 +0800 |
---|---|---|
committer | Radek Doulik <rodo@src.gnome.org> | 2002-03-07 23:18:53 +0800 |
commit | 62bf0095c59f2c762bc5a60e3531518924d0e34b (patch) | |
tree | 061297c0d708cb3391b7079089efc5e1887563c4 /importers | |
parent | a1bb1ba0fe60989c4e1ebf2798db8c2f5973d8c0 (diff) | |
download | gsoc2013-evolution-62bf0095c59f2c762bc5a60e3531518924d0e34b.tar.gz gsoc2013-evolution-62bf0095c59f2c762bc5a60e3531518924d0e34b.tar.zst gsoc2013-evolution-62bf0095c59f2c762bc5a60e3531518924d0e34b.zip |
comment out signature setting
2002-03-07 Radek Doulik <rodo@ximian.com>
* netscape-importer.c (netscape_import_accounts): comment out
signature setting
svn path=/trunk/; revision=15961
Diffstat (limited to 'importers')
-rw-r--r-- | importers/ChangeLog | 5 | ||||
-rw-r--r-- | importers/netscape-importer.c | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/importers/ChangeLog b/importers/ChangeLog index bdb883850f..a615e6a069 100644 --- a/importers/ChangeLog +++ b/importers/ChangeLog @@ -1,3 +1,8 @@ +2002-03-07 Radek Doulik <rodo@ximian.com> + + * netscape-importer.c (netscape_import_accounts): comment out + signature setting + 2002-01-27 Ettore Perazzoli <ettore@ximian.com> * Makefile.am: Use IMPORTERS_CFLAGS and IMPORTERS_LIBS. 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"); |