mirror of
https://git.meli.delivery/meli/meli
synced 2024-11-19 03:25:38 +00:00
compose: set format flowed if configured in pager
This commit is contained in:
parent
f9ce5327c2
commit
ebc290cc2a
@ -188,6 +188,10 @@ impl Composer {
|
|||||||
format!("meli {}", option_env!("CARGO_PKG_VERSION").unwrap_or("0.0")),
|
format!("meli {}", option_env!("CARGO_PKG_VERSION").unwrap_or("0.0")),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
if *account_settings!(context[account_hash].composing.format_flowed) {
|
||||||
|
ret.pager
|
||||||
|
.set_reflow(melib::text_processing::Reflow::FormatFlowed);
|
||||||
|
}
|
||||||
ret
|
ret
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user