InternetReply should only affect netmail areas. Fixed.
This commit is contained in:
parent
1717358968
commit
b425c81079
@ -12,6 +12,8 @@ ______________________________________________________________________
|
||||
Notes for GoldED+ 1.1.5, /snapshot/
|
||||
______________________________________________________________________
|
||||
|
||||
- InternetReply should only affect netmail areas. Fixed.
|
||||
|
||||
- Fixed more bugs with block deletion undo.
|
||||
|
||||
+ OS/2 only: if environment variable PMWIN set to NO then GoldED+ will
|
||||
|
@ -507,7 +507,7 @@ int EditHeaderinfo(int mode, GMsgHeaderView &view, bool doedithdr) {
|
||||
else
|
||||
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(not *msg->realto)
|
||||
strcpy(msg->to, msg->realto);
|
||||
|
Reference in New Issue
Block a user