fixed warning
This commit is contained in:
parent
dc27e2b1e1
commit
dce708fa77
@ -17,9 +17,9 @@ struct mail {
|
|||||||
/* metadata */
|
/* metadata */
|
||||||
u_int id;
|
u_int id;
|
||||||
int64_t timestamp;
|
int64_t timestamp;
|
||||||
|
std::string subject;
|
||||||
std::string sender;
|
std::string sender;
|
||||||
std::string recipient;
|
std::string recipient;
|
||||||
std::string subject;
|
|
||||||
|
|
||||||
bool deleted;
|
bool deleted;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user