aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-config.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-08-15 22:42:11 +0800
committerMatthew Barnes <mbarnes@redhat.com>2011-08-15 23:56:26 +0800
commit7b7aee279438d47bb840982e1f526b4c8d912801 (patch)
treea72c5979bcf15a32c87f7e03100277c2c1eae9f3 /mail/em-config.h
parent079db2baea7b3a9261e7c8b795608b36ea5261ec (diff)
downloadgsoc2013-evolution-7b7aee279438d47bb840982e1f526b4c8d912801.tar
gsoc2013-evolution-7b7aee279438d47bb840982e1f526b4c8d912801.tar.gz
gsoc2013-evolution-7b7aee279438d47bb840982e1f526b4c8d912801.tar.bz2
gsoc2013-evolution-7b7aee279438d47bb840982e1f526b4c8d912801.tar.lz
gsoc2013-evolution-7b7aee279438d47bb840982e1f526b4c8d912801.tar.xz
gsoc2013-evolution-7b7aee279438d47bb840982e1f526b4c8d912801.tar.zst
gsoc2013-evolution-7b7aee279438d47bb840982e1f526b4c8d912801.zip
EMConfigTargetAccount: Add CamelSettings member.
Allows plugins to manipulate a CamelSettings instance directly. The settings are written back to the URL string (for now) when the user clicks Apply in the mail account editor.
Diffstat (limited to 'mail/em-config.h')
-rw-r--r--mail/em-config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/em-config.h b/mail/em-config.h
index 24b062c7f5..0291f2446a 100644
--- a/mail/em-config.h
+++ b/mail/em-config.h
@@ -65,6 +65,7 @@ struct _EMConfigTargetAccount {
EAccount *original_account;
EAccount *modified_account;
+ CamelSettings *settings;
};
typedef struct _EConfigItem EMConfigItem;
@@ -90,7 +91,8 @@ EMConfigTargetPrefs *
EMConfigTargetAccount *
em_config_target_new_account (EMConfig *emp,
EAccount *original_account,
- EAccount *modified_account);
+ EAccount *modified_account,
+ CamelSettings *settings);
G_END_DECLS