Home
last modified time | relevance | path

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

/dports/news/gup/gup/
H A Dgup.c129 static char *h_reply_to = NULL; variable
313 if (!h_reply_to) { in parse_headers()
323 h_reply_to = xstrdup(buf1); in parse_headers()
324 mail_fp = mail_open(FALSE, h_reply_to, in parse_headers()
1004 if (h_reply_to) { in log_mail_headers()
1005 logit(L_BOTH, "Mail Header: REPLY-TO", h_reply_to); in log_mail_headers()
1006 free(h_reply_to); in log_mail_headers()
1007 h_reply_to = NULL; in log_mail_headers()
/dports/mail/s-nail/s-nail-14.9.23/src/mx/
H A Dheader.c1416 (hp->h_reply_to != NULL || ok_vlook(reply_to) != NULL) || in n_header_put4compose()
1512 hq->h_reply_to = cat(hq->h_reply_to, in n_header_extract()
1620 hp->h_reply_to = hq->h_reply_to; in n_header_extract()
3289 if (hp->h_reply_to == NULL) { in grab_headers()
3294 hp->h_reply_to = lextract(ok_vlook(reply_to), GEXTRA | GFULL); in grab_headers()
3295 if(hp->h_reply_to == NULL) /* v15 */ in grab_headers()
3296 hp->h_reply_to = v15compat; in grab_headers()
3298 hp->h_reply_to = grab_names(gif, "Reply-To: ", hp->h_reply_to, comma, in grab_headers()
H A Dmime.c973 if (hp->h_reply_to) { in need_hdrconv()
974 if (_name_highbit(hp->h_reply_to)) in need_hdrconv()
H A Dcmd-resend.c405 xnpp = &hp->h_reply_to; in a_crese_rt_swap_in()
406 else if(xnpp == &hp->h_reply_to) in a_crese_rt_swap_in()
H A Ddig-msg.c346 a_X("Reply-To", h_reply_to, eacm = EACM_NONAME); in a_dmsg__header()
H A Dsendout.c2777 if((np = hp->h_reply_to) != NULL) in n_puthead()
/dports/mail/s-nail/s-nail-14.9.23/include/mx/
H A Dnail.h1450 struct mx_name *h_reply_to; /* overridden "Reply-To:" field */ member