Fixed message changing with internetrfcbody on

This commit is contained in:
Alexander S. Aganichev 2001-10-28 20:17:30 +00:00
parent d509dcf0f1
commit 54d160f575
2 changed files with 4 additions and 1 deletions

View File

@ -12,6 +12,9 @@ ______________________________________________________________________
Notes for GoldED+ 1.1.5, /snapshot/ Notes for GoldED+ 1.1.5, /snapshot/
______________________________________________________________________ ______________________________________________________________________
- When you change mail to the UUCP gate and InternetRFCBody is on
GoldED+ WILL insert new To: line in the message, stripping old one.
! Completely redone Synchronet support. Should be more stable and ! Completely redone Synchronet support. Should be more stable and
adequate. adequate.

View File

@ -552,7 +552,7 @@ void DoKludges(int mode, GMsg* msg, bool attronly) {
} }
} }
if((mode != MODE_CHANGE) and AA->isnet() and not AA->isinternet()) { if(((mode != MODE_CHANGE) or AA->Internetrfcbody()) and AA->isnet() and not AA->isinternet()) {
if(*msg->ito) { if(*msg->ito) {
sprintf(buf, "To: %s\r", msg->ito); sprintf(buf, "To: %s\r", msg->ito);
line = AddKludge(line, buf); line = AddKludge(line, buf);