From 577c3fb0fe5d58326ad16c228f615fedceec1ee8 Mon Sep 17 00:00:00 2001 From: Ianos Gnatiuc Date: Tue, 13 Dec 2005 21:03:55 +0000 Subject: [PATCH] AKAMatchManually will work also for forwards and new messages in netmail areas --- docs/notework.txt | 3 +++ golded3/gepost.cpp | 3 +++ 2 files changed, 6 insertions(+) diff --git a/docs/notework.txt b/docs/notework.txt index 74b148d..4c196ac 100644 --- a/docs/notework.txt +++ b/docs/notework.txt @@ -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). diff --git a/golded3/gepost.cpp b/golded3/gepost.cpp index 07e675d..0e9f7b9 100644 --- a/golded3/gepost.cpp +++ b/golded3/gepost.cpp @@ -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());