merge back account with config

This commit is contained in:
Clément DOUIN
2021-09-17 21:55:11 +02:00
parent 94f7dd5b05
commit 8fbbb324da
12 changed files with 352 additions and 367 deletions
+2 -1
View File
@@ -5,7 +5,8 @@ use mailparse;
use super::{attachment::Attachment, body::Body, headers::Headers};
use crate::{
domain::{account::entity::Account, msg::flag::entity::Flags},
config::entity::Account,
domain::msg::flag::entity::Flags,
ui::table::{Cell, Row, Table},
};