summaryrefslogtreecommitdiffstats
path: root/ui/src/conf/accounts.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/conf/accounts.rs')
-rw-r--r--ui/src/conf/accounts.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/ui/src/conf/accounts.rs b/ui/src/conf/accounts.rs
index 67df5e2a..de63ddba 100644
--- a/ui/src/conf/accounts.rs
+++ b/ui/src/conf/accounts.rs
@@ -847,6 +847,12 @@ impl Account {
};
*f = MailboxEntry::Available(m);
});
+ self.sender
+ .send(ThreadEvent::UIEvent(UIEvent::MailboxUpdate((
+ self.index,
+ folder_hash,
+ ))))
+ .unwrap();
self.workers.insert(folder_hash, None);
}