Implemented a force refresh for accounts

This commit is contained in:
Pierre Pronchery 2012-11-13 19:58:49 +01:00
parent 4aa7a79f2e
commit 6539fdf36a

View File

@ -371,7 +371,8 @@ int account_quit(Account * account)
/* account_refresh */
void account_refresh(Account * account)
{
/* FIXME really implement */
account_stop(account);
account_start(account);
}