Add info messages to add_all_recipients_as_contacts

This commit is contained in:
link2xt
2022-06-26 14:29:25 +00:00
parent 1f56bb9126
commit 0bcaab7ebf

View File

@@ -2378,6 +2378,9 @@ async fn add_all_recipients_as_contacts(
}
if any_modified {
context.emit_event(EventType::ContactsChanged(None));
info!(context, "Collected some contacts from folder {}", mailbox);
} else {
info!(context, "Collected no contacts from folder {}", mailbox);
}
Ok(())
}