From 911b3978080cf82b9af95864477bfc194e8789a1 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Sat, 13 Jan 2001 04:23:02 +0000 Subject: Now takes a 'is_account_data' variable to specify whether the sources is a 2001-01-12 Jeffrey Stedfast * component-factory.c (mail_load_storages): Now takes a 'is_account_data' variable to specify whether the sources is a list of accounts of a list of services. Basically, the only time you should pass in FALSE is when you are setting up NNTP storages. (add_storage): Now takes a 'name' argument that specifies the name to use in the storage. (owner_set_cb): Updated to pass TRUE for accounts and FALSE for news servers into mail_load_storages. svn path=/trunk/; revision=7469 --- mail/mail.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/mail.h') diff --git a/mail/mail.h b/mail/mail.h index e85639cbf5..e23fbd2812 100644 --- a/mail/mail.h +++ b/mail/mail.h @@ -68,6 +68,6 @@ GtkWidget *mail_view_create (CamelFolder *source, const char *uid, CamelMimeMess /* component factory for lack of a better place */ /*takes a GSList of MailConfigServices */ -void mail_load_storages (GNOME_Evolution_Shell corba_shell, GSList *sources); +void mail_load_storages (GNOME_Evolution_Shell shell, const GSList *sources, gboolean is_account_data); /* used in the subscribe dialog code */ EvolutionStorage *mail_lookup_storage (CamelStore *store); -- cgit