Missed X-To: reverted back
This commit is contained in:
parent
5f59012dd9
commit
da636af8e2
@ -419,7 +419,7 @@ void DoKludges(int mode, GMsg* msg, int kludges) {
|
||||
|
||||
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;
|
||||
IAdr _toaddr;
|
||||
char* ptr = *msg->ito ? msg->ito : msg->to;
|
||||
|
Reference in New Issue
Block a user