diff --git a/src/message.rs b/src/message.rs index 415618f08..88b97408d 100644 --- a/src/message.rs +++ b/src/message.rs @@ -1413,8 +1413,6 @@ pub async fn delete_msgs(context: &Context, msg_ids: &[MsgId]) -> Result<()> { context.emit_msgs_changed_without_ids(); // Run housekeeping to delete unused blobs. - // We need to use set_raw_config() here since with set_config() it - // wouldn't compile ("recursion in an `async fn`") context.set_config(Config::LastHousekeeping, None).await?; }