aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-config.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-05-13 01:21:54 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:42:13 +0800
commitd85a92dba12565da3609bb2f72842df1d02fe0b9 (patch)
treec14d64bedfe19be48d951d9aad75fecba214854c /mail/em-config.h
parent0c2cfce79f79f6fbbe30130de9d55b930169ed02 (diff)
downloadgsoc2013-evolution-d85a92dba12565da3609bb2f72842df1d02fe0b9.tar
gsoc2013-evolution-d85a92dba12565da3609bb2f72842df1d02fe0b9.tar.gz
gsoc2013-evolution-d85a92dba12565da3609bb2f72842df1d02fe0b9.tar.bz2
gsoc2013-evolution-d85a92dba12565da3609bb2f72842df1d02fe0b9.tar.lz
gsoc2013-evolution-d85a92dba12565da3609bb2f72842df1d02fe0b9.tar.xz
gsoc2013-evolution-d85a92dba12565da3609bb2f72842df1d02fe0b9.tar.zst
gsoc2013-evolution-d85a92dba12565da3609bb2f72842df1d02fe0b9.zip
EMConfigTargetFolder: Remove URI member.
Use e_mail_folder_uri_from_folder() if you really need a folder URI for the target's CamelFolder.
Diffstat (limited to 'mail/em-config.h')
-rw-r--r--mail/em-config.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/em-config.h b/mail/em-config.h
index f52dcf8714..24b062c7f5 100644
--- a/mail/em-config.h
+++ b/mail/em-config.h
@@ -51,7 +51,6 @@ struct _EMConfigTargetFolder {
EConfigTarget target;
CamelFolder *folder;
- gchar *uri;
};
struct _EMConfigTargetPrefs {
@@ -84,8 +83,7 @@ EMConfig * em_config_new (gint type,
const gchar *menuid);
EMConfigTargetFolder *
em_config_target_new_folder (EMConfig *emp,
- CamelFolder *folder,
- const gchar *uri);
+ CamelFolder *folder);
EMConfigTargetPrefs *
em_config_target_new_prefs (EMConfig *emp,
GConfClient *gconf);