AKAMatchManually will work also for forwards and new messages in netmail areas

This commit is contained in:
Ianos Gnatiuc 2005-12-13 21:03:55 +00:00
parent c740c0be1c
commit 577c3fb0fe
2 changed files with 6 additions and 0 deletions

View File

@ -10,6 +10,9 @@ ______________________________________________________________________
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.
- Fixed thread list when replylinkfloat is on (incorrect name position).

View File

@ -1049,6 +1049,9 @@ void MakeMsg(int mode, GMsg* omsg, bool ignore_replyto) {
strcpy(msg->to, "");
msg->dest.reset_fast();
msg->odest.reset_fast();
if (AA->Akamatching() && CFG->akamatchmanually)
ChangeAka();
}
if(not AA->isnet() or (AA->isemail() and strchr(AA->Whoto(), '@')))
strcpy(msg->to, AA->Whoto());