mirror of
https://github.com/chatmail/core.git
synced 2026-05-05 22:36:30 +03:00
never block on interrupt_inbox_idle
This commit is contained in:
@@ -144,7 +144,7 @@ impl Context {
|
||||
}
|
||||
Config::InboxWatch => {
|
||||
let ret = self.sql.set_raw_config(self, key, value);
|
||||
interrupt_inbox_idle(self, true);
|
||||
interrupt_inbox_idle(self);
|
||||
ret
|
||||
}
|
||||
Config::SentboxWatch => {
|
||||
|
||||
Reference in New Issue
Block a user