remove now superfluous interrupting on watch-settings-changes

This commit is contained in:
B. Petersen
2020-06-22 13:48:33 +02:00
parent 16c53637d9
commit 74ea884aa4
2 changed files with 1 additions and 25 deletions

View File

@@ -38,14 +38,6 @@ impl Context {
self.scheduler.read().await.interrupt_inbox(info).await;
}
pub(crate) async fn interrupt_sentbox(&self, info: InterruptInfo) {
self.scheduler.read().await.interrupt_sentbox(info).await;
}
pub(crate) async fn interrupt_mvbox(&self, info: InterruptInfo) {
self.scheduler.read().await.interrupt_mvbox(info).await;
}
pub(crate) async fn interrupt_smtp(&self, info: InterruptInfo) {
self.scheduler.read().await.interrupt_smtp(info).await;
}