From a714a01aeb70692229f0994d1530b6c9dadd1f29 Mon Sep 17 00:00:00 2001 From: Shakti Sen Date: Thu, 14 Jul 2005 07:00:51 +0000 Subject: Checked for if the exchange account exist/configured. Replaced all the 2005-07-13 Shakti Sen * exchange-operations.c: Checked for if the exchange account exist/configured. * exchange-folder-permission.c: Replaced all the occurences of function exchange_config_listener_get_accounts() with exchange_operations_get_exchange_account() and returns if it doesn't exist. Also took care to avoid some compile time warnings. * exchange-folder.c: Same. Also took care to avoid some compile time warnings. * exchange-folder-subscription.c: Included exchange-folder-subscription.h file to avoid compilation warning. Fixes bug #310233. svn path=/trunk/; revision=29768 --- plugins/exchange-operations/exchange-folder-subscription.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugins/exchange-operations/exchange-folder-subscription.h') diff --git a/plugins/exchange-operations/exchange-folder-subscription.h b/plugins/exchange-operations/exchange-folder-subscription.h index f8722ba49b..af53799c65 100644 --- a/plugins/exchange-operations/exchange-folder-subscription.h +++ b/plugins/exchange-operations/exchange-folder-subscription.h @@ -1,4 +1,7 @@ #ifndef __EXCHANGE_FOLDER_SUBSCRIPTION_H__ #define __EXCHANGE_FOLDER_SUBSCRIPTION_H__ +gboolean +create_folder_subscription_dialog (gchar *mail_account, gchar **user_email_address_ret, gchar **folder_name_ret); + #endif -- cgit