Actually fire Geary.Account::closed signal when closing accounts.

This commit is contained in:
Michael James Gratton 2017-11-20 19:51:03 +11:00
parent ae5f6a4d31
commit 01259104e1

View file

@ -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;