fixed warning

This commit is contained in:
Benedikt Galbavy 2023-11-18 14:45:27 +01:00
parent dc27e2b1e1
commit dce708fa77

View File

@ -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;