Remove refs to drafts_folder_name and sent_folder_name in the corba

* 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
This commit is contained in:
Dan Winship 2002-04-04 20:03:41 +00:00
parent f7e72c2814
commit 6fd2d74bc0
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2002-04-04 Dan Winship <danw@ximian.com>
* netscape-importer.c (netscape_import_accounts): Remove refs to
drafts_folder_name and sent_folder_name in the corba account
structure.
2002-03-19 Dan Winship <danw@ximian.com>
* Makefile.am (bin_PROGRAMS): s/libversit.la/libversit.a/

View File

@ -419,9 +419,7 @@ netscape_import_accounts (NetscapeImporter *importer)
account.id = id;
account.transport = transport;
account.drafts_folder_name = CORBA_string_dup ("");
account.drafts_folder_uri = CORBA_string_dup ("");
account.sent_folder_name = CORBA_string_dup ("");
account.sent_folder_uri = CORBA_string_dup ("");
/* Create POP3 source */