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

@@ -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);