Fix for not showing wrong OOF error message in case of authentication failure.
svn path=/trunk/; revision=30687
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
OOF state and check for the OOF state and message only of the account
|
||||
is valid. Fixes the problem of printing OOF error message in case
|
||||
of authentication failure.
|
||||
(set_oof_info): Similar.
|
||||
|
||||
2005-10-03 Shakti Sen <shprasad@novell.com>
|
||||
|
||||
|
||||
@ -692,11 +692,10 @@ set_oof_info ()
|
||||
|
||||
account = exchange_operations_get_exchange_account ();
|
||||
|
||||
if (!exchange_oof_set (account, oof_data->state, oof_data->message)) {
|
||||
if (account && !exchange_oof_set (account, oof_data->state, oof_data->message)) {
|
||||
|
||||
e_error_run (NULL, ERROR_DOMAIN ":state-update-error", NULL);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user