mirror of
https://github.com/chatmail/core.git
synced 2026-04-29 11:26:29 +03:00
Add info messages to add_all_recipients_as_contacts
This commit is contained in:
@@ -2378,6 +2378,9 @@ async fn add_all_recipients_as_contacts(
|
|||||||
}
|
}
|
||||||
if any_modified {
|
if any_modified {
|
||||||
context.emit_event(EventType::ContactsChanged(None));
|
context.emit_event(EventType::ContactsChanged(None));
|
||||||
|
info!(context, "Collected some contacts from folder {}", mailbox);
|
||||||
|
} else {
|
||||||
|
info!(context, "Collected no contacts from folder {}", mailbox);
|
||||||
}
|
}
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user