Fixed date for the changed messages

This commit is contained in:
Alexander S. Aganichev
2002-01-04 21:25:30 +00:00
parent 4ec345818b
commit 05ac003683
2 changed files with 4 additions and 2 deletions

View File

@@ -811,8 +811,8 @@ void MakeMsg(int mode, GMsg* omsg, bool ignore_replyto) {
// Set msg date and time
bool dochgdate = true;
if(mode == MODE_CHANGE) {
dochgdate = EDIT->ChangeDate();
if(dochgdate and not msg->attr.fmu())
dochgdate = EDIT->ChangeDate() ? true : false;
if((EDIT->ChangeDate() == YES) and not msg->attr.fmu())
dochgdate = false;
}
if(dochgdate) {