diff --git a/docs/notework.txt b/docs/notework.txt index d2caea6..b8b385e 100644 --- a/docs/notework.txt +++ b/docs/notework.txt @@ -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 diff --git a/golded3/gehdre.cpp b/golded3/gehdre.cpp index 701fac6..beee559 100644 --- a/golded3/gehdre.cpp +++ b/golded3/gehdre.cpp @@ -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);