Searched refs:h_inreplyto (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/usr.bin/mail/
H A Ddef.h179 char *h_inreplyto; /* Reference */ member in struct:header
H A Dsend.c260 head.h_inreplyto = NULL;
281 head.h_inreplyto = NULL;
522 if (hp->h_inreplyto != NULL && w & GINREPLYTO)
523 fprintf(fo, "In-Reply-To: <%s>\n", hp->h_inreplyto), gotcha++;
H A Dcmd3.c258 head.h_inreplyto = skin(hfield("message-id", mp));
618 head.h_inreplyto = mid;

Completed in 273 milliseconds