mail/status: don't overwrite "In-progress jobs header"

jmap-eventsource
Manos Pitsidianakis 2020-11-16 00:52:13 +02:00
parent 041257f9a6
commit 0aa5cf273f
Signed by: Manos Pitsidianakis
GPG Key ID: 73627C2F690DF710
1 changed files with 1 additions and 0 deletions

View File

@ -334,6 +334,7 @@ impl Component for AccountStatus {
((1, line), (width - 1, line)),
None,
);
line += 2;
for (job_id, req) in a.active_jobs.iter() {
width = self.content.size().0;