mirror of
https://github.com/chatmail/core.git
synced 2026-04-27 02:16:29 +03:00
Revert "More logging for "core spams imap events""
This reverts commit 5394327bf6.
This commit is contained in:
@@ -1438,12 +1438,9 @@ pub async fn delete_msgs(context: &Context, msg_ids: &[MsgId]) {
|
||||
if let Err(err) = msg_id.trash(context).await {
|
||||
error!(context, "Unable to trash message {}: {}", msg_id, err);
|
||||
}
|
||||
info!(context, "verbose delete_msgs()");
|
||||
let mut params = Params::new();
|
||||
params.set(Param::Arg, "comment: verbose (issue 2335) delete_msgs()");
|
||||
job::add(
|
||||
context,
|
||||
job::Job::new(Action::DeleteMsgOnImap, msg_id.to_u32(), params, 0),
|
||||
job::Job::new(Action::DeleteMsgOnImap, msg_id.to_u32(), Params::new(), 0),
|
||||
)
|
||||
.await;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user