Actually fire Geary.Account::closed signal when closing accounts.
This commit is contained in:
parent
ae5f6a4d31
commit
01259104e1
1 changed files with 3 additions and 1 deletions
|
|
@ -226,7 +226,9 @@ private abstract class Geary.ImapEngine.GenericAccount : Geary.Account {
|
|||
folder_map.clear();
|
||||
local_only.clear();
|
||||
open = false;
|
||||
|
||||
|
||||
notify_closed();
|
||||
|
||||
if (local_err != null)
|
||||
throw local_err;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue