melib/mbox: send Finished in Mbox get

pull/234/head
Manos Pitsidianakis 5 years ago
parent ef26b03bb6
commit 7010ee7495
No known key found for this signature in database
GPG Key ID: 73627C2F690DF710

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

Loading…
Cancel
Save