improve msg arg/handlers + tpl + flag

This commit is contained in:
Clément DOUIN
2021-09-16 19:28:08 +02:00
parent bc5f9045ce
commit 54493540b4
17 changed files with 1201 additions and 1031 deletions
+1 -2
View File
@@ -5,8 +5,7 @@ use mailparse;
use super::{attachment::Attachment, body::Body, headers::Headers};
use crate::{
domain::account::entity::Account,
flag::model::Flags,
domain::{account::entity::Account, msg::flag::entity::Flags},
ui::table::{Cell, Row, Table},
};