InternetReply should only affect netmail areas. Fixed.

This commit is contained in:
Alexander S. Aganichev 2003-01-12 12:11:30 +00:00
parent 1717358968
commit b425c81079
2 changed files with 3 additions and 1 deletions

View File

@ -12,6 +12,8 @@ ______________________________________________________________________
Notes for GoldED+ 1.1.5, /snapshot/ Notes for GoldED+ 1.1.5, /snapshot/
______________________________________________________________________ ______________________________________________________________________
- InternetReply should only affect netmail areas. Fixed.
- Fixed more bugs with block deletion undo. - Fixed more bugs with block deletion undo.
+ OS/2 only: if environment variable PMWIN set to NO then GoldED+ will + OS/2 only: if environment variable PMWIN set to NO then GoldED+ will

View File

@ -507,7 +507,7 @@ int EditHeaderinfo(int mode, GMsgHeaderView &view, bool doedithdr) {
else else
strcpy(msg->to, to_name.c_str()); strcpy(msg->to, to_name.c_str());
if(not CFG->switches.get(internetreply)) { if(AA->isnet() and not CFG->switches.get(internetreply)) {
if(*msg->iaddr and (strlen(msg->iaddr) < sizeof(Name))) { if(*msg->iaddr and (strlen(msg->iaddr) < sizeof(Name))) {
if(not *msg->realto) if(not *msg->realto)
strcpy(msg->to, msg->realto); strcpy(msg->to, msg->realto);