Fixed date for the changed messages
This commit is contained in:
parent
4ec345818b
commit
05ac003683
@ -12,6 +12,8 @@ ______________________________________________________________________
|
||||
Notes for GoldED+ 1.1.5, /snapshot/
|
||||
______________________________________________________________________
|
||||
|
||||
- Fixed "EditChangeDate Always" operation.
|
||||
|
||||
! AREALISTSORT letters a bit changed in the way they processed:
|
||||
P - sort by personal mail count, not by the presence
|
||||
Y - sort by changing from last scan (the same criteria as used for
|
||||
|
@ -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) {
|
||||
|
Reference in New Issue
Block a user