Missed X-To: reverted back

This commit is contained in:
Alexander S. Aganichev 2001-12-18 16:37:01 +00:00
parent 5f59012dd9
commit da636af8e2

View File

@ -419,7 +419,7 @@ void DoKludges(int mode, GMsg* msg, int kludges) {
const char* rfc = AA->Internetrfcbody() ? "" : "\001"; const char* rfc = AA->Internetrfcbody() ? "" : "\001";
if(AA->isemail() and (*msg->ito or strchr(msg->to, '@'))) { if(*msg->ito or strchr(msg->to, '@')) {
INam _toname; INam _toname;
IAdr _toaddr; IAdr _toaddr;
char* ptr = *msg->ito ? msg->ito : msg->to; char* ptr = *msg->ito ? msg->ito : msg->to;