mu-info: turn back on again

This reverts commit c708e0996b.

Doesn't avoid the macos ci crash
This commit is contained in:
Dirk-Jan C. Binnema 2022-05-18 08:22:09 +03:00
parent c708e0996b
commit 2bc83b3c03
1 changed files with 2 additions and 2 deletions

View File

@ -411,8 +411,10 @@ cmd_info(const Mu::Store& store, const MuConfig* opts)
auto colorify = [](Table& table) {
for (auto&& row: table) {
if (row.cells().size() < 2)
continue;
row.cells().at(0)->format().font_style({FontStyle::bold})
.font_color(Color::green);
row.cells().at(1)->format().font_color(Color::blue);
@ -427,8 +429,6 @@ cmd_info(const Mu::Store& store, const MuConfig* opts)
};
return Ok();
Table info;
info.add_row({"maildir", store.properties().root_maildir});
info.add_row({"database-path", store.properties().database_path});