Home
last modified time | relevance | path

Searched refs:inbody (Results 1 – 1 of 1) sorted by relevance

/src/contrib/sendmail/mail.local/
H A Dmail.local.c609 bool inbody = false; in dolmtp() local
617 msgfd = store(return_path, &inbody); in dolmtp()
619 if (msgfd < 0 && !inbody) in dolmtp()
800 store(from, inbody) in store() argument
802 bool *inbody;
813 if (inbody != NULL)
814 *inbody = false;
832 if (inbody != NULL)
833 *inbody = true;