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:
parent
f7e72c2814
commit
6fd2d74bc0
@ -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/
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user