Fixed message changing with internetrfcbody on
This commit is contained in:
parent
d509dcf0f1
commit
54d160f575
@ -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.
|
||||||
|
|
||||||
|
@ -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);
|
||||||
|
Reference in New Issue
Block a user