aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-06-07 04:56:43 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-06-07 04:56:43 +0800
commite0a6088f3374aa60c176dcc058595c801d31351c (patch)
tree633e6d009b4042a8c32e8a2c5b345c1d23cf2ae9 /mail/mail.h
parent2dd7e35afd3c0985aed13c80eb1f670c669a66aa (diff)
downloadgsoc2013-evolution-e0a6088f3374aa60c176dcc058595c801d31351c.tar
gsoc2013-evolution-e0a6088f3374aa60c176dcc058595c801d31351c.tar.gz
gsoc2013-evolution-e0a6088f3374aa60c176dcc058595c801d31351c.tar.bz2
gsoc2013-evolution-e0a6088f3374aa60c176dcc058595c801d31351c.tar.lz
gsoc2013-evolution-e0a6088f3374aa60c176dcc058595c801d31351c.tar.xz
gsoc2013-evolution-e0a6088f3374aa60c176dcc058595c801d31351c.tar.zst
gsoc2013-evolution-e0a6088f3374aa60c176dcc058595c801d31351c.zip
If this account is not a completely new account (ie, it is an edited
2002-06-06 Jeffrey Stedfast <fejj@ximian.com> * mail-account-gui.c (mail_account_gui_save): If this account is not a completely new account (ie, it is an edited account), then remove any trace of it from the shell storages. If the new account belongs in the folder-tree, add it to the list of storages. * component-factory.c (mail_add_storage): New function to add a single storage. svn path=/trunk/; revision=17138
Diffstat (limited to 'mail/mail.h')
-rw-r--r--mail/mail.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mail.h b/mail/mail.h
index ce240153e0..ef8bedc952 100644
--- a/mail/mail.h
+++ b/mail/mail.h
@@ -71,6 +71,7 @@ char *mail_get_message_body (CamelDataWrapper *data, gboolean want_plain, gboole
char *mail_identify_mime_part (CamelMimePart *part, MailDisplay *md);
/* component factory for lack of a better place */
+void mail_add_storage (CamelStore *store, const char *name, const char *uri);
void mail_load_storage_by_uri (GNOME_Evolution_Shell shell, const char *uri, const char *name);
/*takes a GSList of MailConfigServices */
void mail_load_storages (GNOME_Evolution_Shell shell, const GSList *sources, gboolean is_account_data);