mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 09:26:29 +03:00
rustfmt
This commit is contained in:
@@ -286,11 +286,7 @@ pub unsafe fn dc_context_unref(context: &mut Context) {
|
|||||||
|
|
||||||
pub unsafe fn dc_close(context: &Context) {
|
pub unsafe fn dc_close(context: &Context) {
|
||||||
println!("disconnecting inbox watch yooaa");
|
println!("disconnecting inbox watch yooaa");
|
||||||
info!(
|
info!(context, 0, "disconnecting INBOX-watch",);
|
||||||
context,
|
|
||||||
0,
|
|
||||||
"disconnecting INBOX-watch",
|
|
||||||
);
|
|
||||||
context.inbox.read().unwrap().disconnect(context);
|
context.inbox.read().unwrap().disconnect(context);
|
||||||
info!(context, 0, "disconnecting sentbox-thread",);
|
info!(context, 0, "disconnecting sentbox-thread",);
|
||||||
context
|
context
|
||||||
|
|||||||
Reference in New Issue
Block a user