Home
last modified time | relevance | path

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

/trueos/usr.bin/mail/
HDsend.c257 head.h_replyto = replyto; in mail()
278 head.h_replyto = value("REPLYTO"); in sendmail()
518 if (hp->h_replyto != NULL && w & GREPLYTO) in puthead()
519 fprintf(fo, "Reply-To: %s\n", hp->h_replyto), gotcha++; in puthead()
HDdef.h178 char *h_replyto; /* Reply address */ member
HDcmd3.c252 head.h_replyto = value("REPLYTO"); in dorespond()
604 head.h_replyto = value("REPLYTO"); in doRespond()
HDcollect.c263 hp->h_replyto = savestr(cp); in collect()