Embedded->Printf ("\n\x16\x01\x0DSorry, message number %ld is neither FROM you nor a PRIVATE message TO you, so you can't erase it.\n\006\007\006\007", ulMsg);
}
else
Embedded->Printf ("\n\x16\x01\x0DSorry, message number %ld is neither FROM you nor a PRIVATE message TO you, so you can't erase it.\n\006\007\006\007", ulMsg);
}
delete Msg;
Msg = NULL;
}
}
/*
"\026\001\013Do you want to send a copy of this message to anyone (Y/N)? "
"\026\001\013Who do you whish to send a copy f this message (cc:) to?\nYou may also type ? for help: "
*/
VOID TEMail::BuildDate (PSZ format, PSZ dest, MDATE *date)
Embedded->BufferedPrintf ("\n\026\001\017*** This is a reply to #%lu.\n", Msg->UidToMsgn (Msg->Original));
else if (Msg->Original == 0L && Msg->Reply != 0L)
Embedded->BufferedPrintf ("\n\026\001\017*** See also #%lu.\n", Msg->UidToMsgn (Msg->Reply));
else if (Msg->Original != 0L && Msg->Reply != 0L)
Embedded->BufferedPrintf ("\n\026\001\017*** This is a reply to #%lu. *** See also #%lu.\n", Msg->UidToMsgn (Msg->Original), Msg->UidToMsgn (Msg->Reply));
Line += 2;
}
Embedded->UnbufferBytes ();
if (!stricmp (Msg->To, User->Name) || !stricmp (Msg->To, User->RealName)) {