More logging for "core spams imap events"

TODO: revert
This commit is contained in:
Hocuri
2021-04-10 16:08:41 +02:00
committed by GitHub
parent df277b374d
commit 5394327bf6
4 changed files with 19 additions and 9 deletions

View File

@@ -1505,7 +1505,8 @@ pub unsafe extern "C" fn dc_delete_msgs(
let ctx = &*context;
let msg_ids = convert_and_prune_message_ids(msg_ids, msg_cnt);
block_on(message::delete_msgs(&ctx, &msg_ids))
block_on(message::delete_msgs(&ctx, &msg_ids));
info!(&ctx, "verbose (issue 2335): ffi called dc_delete_msgs()");
}
#[no_mangle]