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

@@ -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());