summaryrefslogtreecommitdiff
path: root/src/gui/mailmessage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/mailmessage.h')
-rw-r--r--src/gui/mailmessage.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/mailmessage.h b/src/gui/mailmessage.h
index e8b51344c..0558448b3 100644
--- a/src/gui/mailmessage.h
+++ b/src/gui/mailmessage.h
@@ -28,6 +28,7 @@ struct MailMessage final
MailMessage() :
title(),
sender(),
+ strTime(),
id(0),
time(0),
unread(false)
@@ -38,6 +39,7 @@ struct MailMessage final
std::string title;
std::string sender;
+ std::string strTime;
int id;
int time;
bool unread;