fixed message date - set it to when editing was finished
This commit is contained in:
parent
feddafaefc
commit
b288206652
@ -255,6 +255,7 @@ static void MakeMsg3(int& mode, GMsg* msg) {
|
||||
tp.tm_isdst = -1;
|
||||
time32_t b = gmktime(&tp);
|
||||
a += a - b;
|
||||
msg->written = a;
|
||||
if(AA->havereceivedstamp())
|
||||
msg->received = a;
|
||||
if(AA->havearrivedstamp())
|
||||
|
Reference in New Issue
Block a user