HomeSort by: relevance | last modified time | path
    Searched refs:h_in_reply_to (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/mail/
def.h 329 char *h_in_reply_to; /* In-Reply-To: field */ member in struct:header
send.c 456 if (hp->h_in_reply_to != NULL && w & GMISC)
457 (void)fprintf(fo, "In-Reply-To: %s\n", hp->h_in_reply_to), gotcha++;
cmd3.c 288 hp->h_in_reply_to = in_reply_to;

Completed in 16 milliseconds