Files
evolution/plugins/exchange-operations/exchange-folder-subscription.h
Shakti Sen a714a01aeb Checked for if the exchange account exist/configured. Replaced all the
2005-07-13  Shakti Sen <shprasad@novell.com>

        * 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
2005-07-14 07:00:51 +00:00

8 lines
218 B
C

#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