melib/mbox: send Finished in Mbox get

jmap
Manos Pitsidianakis 2019-12-03 13:26:24 +02:00
parent ef26b03bb6
commit 7010ee7495
Signed by: Manos Pitsidianakis
GPG Key ID: 73627C2F690DF710
1 changed files with 1 additions and 0 deletions

View File

@ -420,6 +420,7 @@ impl MailBackend for MboxType {
}
tx.send(AsyncStatus::Payload(payload)).unwrap();
tx.send(AsyncStatus::Finished).unwrap();
};
Box::new(closure)
};