AKAMatchManually will work also for forwards and new messages in netmail areas
This commit is contained in:
parent
c740c0be1c
commit
577c3fb0fe
@ -10,6 +10,9 @@ ______________________________________________________________________
|
|||||||
Notes for GoldED+ 1.1.5, /snapshot/
|
Notes for GoldED+ 1.1.5, /snapshot/
|
||||||
______________________________________________________________________
|
______________________________________________________________________
|
||||||
|
|
||||||
|
+ AKAMatchManually will work also for forwards and new messages in netmail
|
||||||
|
areas. AKAMatchNet must be on.
|
||||||
|
|
||||||
- Win32: prevent video buffer overflow.
|
- Win32: prevent video buffer overflow.
|
||||||
|
|
||||||
- Fixed thread list when replylinkfloat is on (incorrect name position).
|
- Fixed thread list when replylinkfloat is on (incorrect name position).
|
||||||
|
@ -1049,6 +1049,9 @@ void MakeMsg(int mode, GMsg* omsg, bool ignore_replyto) {
|
|||||||
strcpy(msg->to, "");
|
strcpy(msg->to, "");
|
||||||
msg->dest.reset_fast();
|
msg->dest.reset_fast();
|
||||||
msg->odest.reset_fast();
|
msg->odest.reset_fast();
|
||||||
|
|
||||||
|
if (AA->Akamatching() && CFG->akamatchmanually)
|
||||||
|
ChangeAka();
|
||||||
}
|
}
|
||||||
if(not AA->isnet() or (AA->isemail() and strchr(AA->Whoto(), '@')))
|
if(not AA->isnet() or (AA->isemail() and strchr(AA->Whoto(), '@')))
|
||||||
strcpy(msg->to, AA->Whoto());
|
strcpy(msg->to, AA->Whoto());
|
||||||
|
Reference in New Issue
Block a user