Implemented a force refresh for accounts
This commit is contained in:
parent
4aa7a79f2e
commit
6539fdf36a
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user