From d0866a481199f01b68c00a319749f110f0439417 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 27 Apr 2015 21:57:09 +0300 Subject: Add into mail message field with date in string format. --- src/gui/mailmessage.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gui') 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; -- cgit v1.2.3-70-g09d2