refactor configs to match new nested api from lib

This commit is contained in:
Clément DOUIN
2023-12-11 18:38:00 +01:00
parent 8e05be7f77
commit 2e0ec913cf
23 changed files with 214 additions and 292 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ impl FolderListCommand {
printer.print_table(
Box::new(folders),
PrintTableOpts {
format: &account_config.email_reading_format,
format: &account_config.get_message_read_format(),
max_width: self.table.max_width,
},
)?;